aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-07-14 02:29:18 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-07-14 02:29:18 +0000
commitde7b4b82446c7a297781106bd0fb6c09eebed0a4 (patch)
tree5444b7f8c4875e231274ccaebde9115151c0bf75 /INSTALL
parentff29efa1aab82ef1f99e25e510976b0e63478dff (diff)
downloadsg3_utils-de7b4b82446c7a297781106bd0fb6c09eebed0a4.tar.gz
update sg_ses to ses2r18, add sg3_utils.8 to build
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@86 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index e8fcb6c7..e6ac3f42 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,6 +20,12 @@ will build executables that use a shared library. The name of that shared
library starts with 'libsgutils'. To build without that shared library use
this invocation instead of step b): './configure --disable-shared' .
+The default prefix for './configure' is "/usr/local". This means that by
+default 'make install' will place the executables in "/usr/local/bin". To
+change this, for example to drop the "local", use an invocation like
+this: './configure --prefix=/usr' . See the output of './configure --help'
+for more information on build options.
+
The two script files that driven the autotools build are configure.ac
and Makefile.am . If the former is changed, autoconf should be run
and if the latter is chnaged, autmake should be run. More simply if
@@ -130,5 +136,5 @@ Makefile.am file for a definitive list. The executables have a '.exe'
extension and can be executed in a MSYS or "cmd" shell.
-16th July 2007
+18th July 2007
Doug Gilbert