summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-08-27 09:16:15 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-08-27 09:16:15 +0000
commitf4de8d0b9d1633ca3cc987cc890aa4453f47c33b (patch)
treec404460278c5baf04404be1a0b9ecedb1cf4ca0a /INSTALL
parentf485c0516f53b54eae9dbc05194328f0833a3cf2 (diff)
downloadlibgphoto2-f4de8d0b9d1633ca3cc987cc890aa4453f47c33b.tar.gz
2001-08-27 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
Daniel Resare <noa@metamatrix.se> suggested using AC_CONFIG_SUBDIRS: * configure.in: Use AC_CONFIG_SUBDIRS(libgphoto2_port). * Makefile.am: build.sh isn't needed any more * INSTALL: Update installation instructions * doc/Makefile.am: Removed OVERVIEW and NOTES. This should have happened a long time ago. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2088 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f84426f5d..ced2db488 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
The installation procedure should be quite simple:
-1) ./build.sh
- * pass build.sh any configure options
+1) ./configure --prefix=/usr --sysconfdir=/etc
+ or any other options (try --help)
2) make install