ukopp Installation

1. Download the tar file (ukopp-xx.tar.gz) to Desktop
2. Open a terminal window
3. $ cd Desktop                        # go to Desktop
4. $ tar -xzf ukopp-xx.tar.gz          # unpack tar to ./ukopp
5. $ cd ukopp                          # go there
6. $ make -B                           # build executable
7. $ su -c "make install"              # install files

Missing dependencies will cause error messages in step 6.
Install these from your repository and repeat step 6.

Step 7 installs application files in the default locations:
   /usr/local/bin/fotoxx             binary executable
   /usr/local/share/fotoxx/          icons, translations ...
   /usr/local/share/doc/fotoxx/      user guide, README ...
Root privileges are needed for step 7, so use su -c or sudo.

If $PREFIX is defined, files go there instead of /usr/local.
If $DESTDIR is also defined, files go to $DESTDIR$PREFIX.

To change the location, do the following before step 6 (make):
   $ export PREFIX=/your/location
If this is within your own directories, then root privileges
are not needed for step 7.

Please review the user guide before trying ukopp.

If you need to run ukopp as root, modify the launcher to put 
"gksu" in front of the command: gksu /.../ukopp

Previous issue of O_DIRECT has been bypassed with different logic.
See technical notes in user guide.

If you get a linker warning about lutimes, you can ignore it.
(older gclib - mod times for copied symlinks will be incorrect)

