aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-09-01 03:01:06 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-09-01 03:01:06 +0000
commitf834051847cc27f773bd4fee5518c8ab7ad5444b (patch)
tree2f770e49b81df1d23313513ad57566f70b702f57 /INSTALL
parent15eec312a4d51eb29825f96bc4a81a1f3803b3db (diff)
downloadsg3_utils-f834051847cc27f773bd4fee5518c8ab7ad5444b.tar.gz
add sg_stpg utility, man page to be finished
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@97 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 9372face..5116f3eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -16,15 +16,16 @@ In most cases the build process is now:
Step d) usually requires root permissions. Notes specific to supported
architectures are given below. If the architecture supports shared libraries
(in Unix/Linux) then the default './configure' generates a Makefile that will
- build executables that use a shared library. The name of that shared library
+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.
+this: './configure --prefix=/usr' . To check that the code compiles clean
+as C++ (with g++) step b) may be changed to "./configure CC=g++". See the
+output of './configure --help' for more information about build options.
The two script files that drive the autotools build are configure.ac and
Makefile.am . If the former is changed, autoconf should be run and if the
@@ -131,5 +132,5 @@ Makefile.am file for a definitive list. The executables have a '.exe'
extension and can be executed in a MSYS or "cmd" shell.
-29th August 2007
+30th August 2007
Doug Gilbert