######################################################################## # $Id$ # # This file describes how to install gphoto2. ######################################################################## The installation procedure should be quite simple: 0) If you got your source tree from CVS (and not from a .tar.gz tarball), you have to run ./autogen.sh instead of ./configure in step 1). 1) ./configure --prefix=/usr --sysconfdir=/etc or any other options (try --help) If you have difficulties building on FreeBSD, try --disable-nls. 2) make install This installs the software and documentation into the proper directories on your system. If you want to use your system's package system instead, follow a) or b) instead. a) make rpm (This is not working properly, as of 2001-11-19. We're working on a fix) If you're running a RPM based system (e.g. Redhat Linux or SuSE Linux), you can build RPM packages and install these. The packages will be located in packaging/rpm/RPMS/. b) make deb (This is not implemented yet) If you're running a DEB based system (e.g. Debian GNU/Linux), you can build .deb packages and install these. The packages will be located in FIXME.