summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2001-12-14 22:28:59 +0000
committerDan Fandrich <dan@coneharvesters.com>2001-12-14 22:28:59 +0000
commitcadbd527a161658d9145021e65244bd05adee582 (patch)
tree85287f06727ddad90c31861b3d5f312352994be6 /INSTALL
parent5a540aa7fae40eaf9050af21e91f173446ec4d3a (diff)
downloadlibgphoto2-cadbd527a161658d9145021e65244bd05adee582.tar.gz
Added lists of required and optional software needed for building
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3515 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 12 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6116bd875..d82193c2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,13 +8,24 @@ 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).
+ step 1). In this case, you will need to have the following software
+ installed:
+ autoconf
+ automake
+ libtool (ver. >= 1.4)
1) ./configure --prefix=/usr --sysconfdir=/etc
or any other options (try --help)
If you have difficulties building on FreeBSD, try --disable-nls.
+ The following software components are optional, and will improve the
+ command-line client's functionality if present:
+ gettext (ver. >= 0.10.35) -- internationalization using shared library
+ cdk (ver. >= 4.9.10) -- camera configuration dialogs
+ aalib -- picture preview
+ jpeglib -- JPEG picture preview
+
2) make install
This installs the software and documentation into the proper