Next Previous Contents

2. Installation

Download the tgz package of qphotodesk, extract it in your home directory. The result will be a directory qphotodesk-0.1, which contains either the binary and a directory data.

Copy the binary to e.g. /usr/local/bin.

Add the path to your .profile (or .bashrc) using

export PATH=/usr/local/bin:$PATH

and the path to the data directory.

export QPHOTODESKCFG=/whereYourDataDirIs

Here the configuration file and the main pixmaps are located.

Log Of and In again and call qphotodesk from the terminal. You will see some error messages, if not able to start.

2.1 Requirements

You need a system with qt2.3.1 installed in a proper way. Also libjpeg and libpng should be installed in prober versions. Here is a ldd list oft the libraries required from qphotodesk.

libqt.so.2 => /usr/lib/libqt.so.2 (0x40021000) libpng.so.2 => /usr/lib/libpng.so.2 (0x404d2000) libz.so.1 => /lib/libz.so.1 (0x40504000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40513000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40532000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40540000) libresolv.so.2 => /lib/libresolv.so.2 (0x40623000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40636000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40640000) libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x40658000) libm.so.6 => /lib/libm.so.6 (0x406a5000) libc.so.6 => /lib/libc.so.6 (0x406c7000) libGLU.so.1 => /usr/lib/libGLU.so.1 (0x407ed000) libGL.so.1 => /usr/lib/libGL.so.1 (0x40876000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40a36000) libXft.so.1 => /usr/X11R6/lib/libXft.so.1 (0x40a4d000) libmng.so.1 => /usr/lib/libmng.so.1 (0x40a77000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40ab8000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40ac0000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40b0e000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40b13000) liblcms.so.1 => /usr/lib/liblcms.so.1 (0x40b47000)

2.2 Compilation and installation

As I am not happy with the actual state of the program at all and be not very experienced creating srpms, the sources are not available at the moment. If you want to have them, write an email, I can send you a tgz archive of my kdevelop project dir.

The kdevelop dir can be downloaded (see download section).


Next Previous Contents