summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2002-02-03 04:09:47 +0000
committerDan Fandrich <dan@coneharvesters.com>2002-02-03 04:09:47 +0000
commitc067af31c8a85a8797413667cabf1030d98e0c1e (patch)
treee7fd57ca663a46a45e409b6191590a1135f550e6 /INSTALL
parent516ab854113b8ce523a47d83ec88b8b5fc49dda6 (diff)
downloadlibgphoto2-c067af31c8a85a8797413667cabf1030d98e0c1e.tar.gz
Updated list of systems gphoto2 has been compiled on.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4066 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL27
1 files changed, 15 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index e04d71ba1..979f5c164 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,7 +29,7 @@ The installation procedure should be quite simple:
libraries' and/or command-line client's functionality if present:
libusb (ver. >= 0.1.5) -- Universal Serial Bus camera support
gettext (ver. >= 0.10.35) -- internationalization using shared library
- cdk (ver. >= 4.9.10) -- camera configuration dialogs
+ cdk -- camera configuration dialogs
aalib -- picture preview
jpeglib -- JPEG picture preview
gtk-doc -- documentation built in doc/api/
@@ -74,11 +74,14 @@ i386:
FreeBSD 4.3
Try the following to configure the optional libraries:
env CFLAGS="-I/usr/local/include" CPPFLAGS="-I/usr/local/include" \
- LDFLAGS="-I/usr/local/lib" ./configure --disable-included-nls
+ LDFLAGS="-I/usr/local/lib" ./configure
+ (you may also need to append the flag --disable-included-nls).
+ Use GNU make to build (gmake).
Alpha:
OpenBSD 3.0
NetBSD 1.5.1
+ Debian GNU/Linux 2.2
PowerPC:
Debian GNU/Linux 2.2
@@ -91,12 +94,14 @@ Sparc:
and use GNU make to build (gmake).
StrongARM:
- Intimate/Debian iPAQ GNU/Linux (native gcc)
+ Intimate+Debian iPAQ GNU/Linux (native gcc)
Linux (cross-compiled gcc)
+Itanium:
+ Red Hat 7.1 (gcc)
-The following systems have some problems compiling, but could be made to work
-with some effort. Many linking problems should be resolved with an
+The following systems have some problems compiling, and some could be made
+to work with some effort. Many linking problems should be resolved with an
newer libtool (newer than version 1.4.2):
PowerPC:
@@ -107,21 +112,19 @@ PowerPC:
LDFLAGS="-L/path/to/dlcompat" ./configure --disable-nls
Itanium:
- Red Hat 7.1 (gcc)
- Need better libtool support.
Red Hat 7.1 (Intel ecc)
- There are two bugs in this compiler tickled by gphoto2 that prevent
- full compilation, but are fairly simple to overcome.
+ There is a bug in ver. 5.0.1 of this compiler tickled by gphoto2 that
+ prevent full compilation (but is fairly simple to overcome).
+ Need better libtool support.
Red Hat 7.1 (sgicc)
Need better libtool support.
Alpha:
- Debian GNU/Linux 2.2
- Need better libtool support.
Tru64 5.1A
Configure with this command:
CFLAGS='-D__STDC_VERSION__=0' ./configure --disable-nls
- Some build problems related to make (might work with GNU make).
+ Use GNU make to build (gnumake).
+ Need better libtool support.
Sparc:
Solaris 8 (cc)