From f834051847cc27f773bd4fee5518c8ab7ad5444b Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sat, 1 Sep 2007 03:01:06 +0000 Subject: 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 --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.2.3