Installation from sources

Source code packages can be obtained on GPC home page, at http://gpc.sourceforge.net.

Source code extracted from the archive can be constructed and installed in the usual way :
          tar xvzf gphotocoll-x.y.z.tar.gz
          cd gphotocoll-x.y.z
          ./configure --prefix=`gnome-config --prefix`
          make
        

And as 'root' :
          make install
        

NoteNotice
 

The '--prefix=`gnome-config --prefix`' option should be transmited to configure for GNOME 'extensions' (.desktop files, pixmaps, locale files, help files,...) to be correctly installed. /usr or /usr/X11R6 are places where GNOME libraries are commonly installed, but you can adapt this option value to your configuration (/opt/gnome on Suse Linux,...).

NoteNotice
 

PostgreSQL client libraries and headers must be present on the local machine. Configure searches PostgreSQL base directory in /usr, /usr/local/postgres, /usr/local/pgsql , /opt/postgres, /opt/packages/postgres and /disk/postgres . If your personal installation have placed PostgreSQL in another directory, please specify this directory to configure using the '--with-postgres=' option.

Don't forget to look at configure --help to discover all available options.