From 312c669bc5da7d57593fc6eae93a12889101b43a Mon Sep 17 00:00:00 2001 From: Lutz Mueller Date: Mon, 3 Jun 2002 13:07:51 +0000 Subject: =?UTF-8?q?2002-06-03=20=20Lutz=20M=EF=BF=BDller=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * INSTALL: Add note about outdated autogen.sh. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4600 67ed7778-7388-44ab-90cf-0a291f65f57c --- ChangeLog | 4 ++++ INSTALL | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index b80fb1156..74794819d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-03 Lutz Müller + + * INSTALL: Add note about outdated autogen.sh. + 2002-05-30 Hans Ulrich Niedermann * configure.in: 2.0.1dev9, as we have a manual now diff --git a/INSTALL b/INSTALL index c7bd7d35e..13b16b7db 100644 --- a/INSTALL +++ b/INSTALL @@ -11,20 +11,38 @@ explicitly required. In fact, you really shouldn't. In order to get gphoto2 running after installation, you will probably want to read doc/FAQ and doc/gphoto2.txt. +=============================== +Step 0: Preparing configuration +=============================== + +If you got your copy of gphoto2 packaged as a .tar.gz or .tar.bz2 tarball, +skip this step. If you got gphoto2 from CVS, then you will have to prepare +step 1, the configuration of the sources. For that, we supply you with +a script called 'autogen.sh'. This skript is far from being perfect and +we recommend that you prepare step 1 manually. That is, the following +commands need to be executed in both gphoto2 and gphoto2/libgphoto2_port: + + - libtoolize --force --copy + - gettextize --force --copy + - aclocal -I/path/to/macros (these macros typically are in + /opt/gnome/share/aclocal or /usr/share/aclocal) + - autoheader + - automake --add-missing --gnu + - autoconf + +Not surprisingly, above commands will only work if you have + + - autoconf + - automake (version >= 1.5) + - libtool (version >= 1.4) + - gettext (version >= 0.10.35) + +installed on your system. ============================= Step 1: Configure the sources ============================= -If you got your source tree from CVS (and not from a .tar.gz tarball), -you will have to run ./autogen.sh instead of ./configure in this -step. In this case, you will need to have the following software -installed: - - - autoconf - - automake (ver. >= 1.5) - - libtool (ver. >= 1.4) - Now run either one of @@ -33,11 +51,6 @@ Now run either one of to prepare a tarball source tree for installation in /usr/local - ./autogen.sh --prefix=/usr/local - - to prepare a CVS source tree for installation in /usr/local - - ./configure --prefix=/home/me/root --with-drivers=ptp,canon to prepare a tarball source tree for installation in -- cgit v1.2.1