aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:01:48 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:01:48 +0000
commitbb8dea7147557040d73abb986bc5dd63ddbb2cef (patch)
tree0206d9b27958fa571f20b97586e53876a0bed33e /INSTALL
parentfa6966ce2412a35c576cc0cd99efcdf9be9156fb (diff)
downloadsg3_utils-bb8dea7147557040d73abb986bc5dd63ddbb2cef.tar.gz
Load sg3_utils-1.10 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@45 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c7da7a87..3dd143cb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,14 +13,16 @@ make depend # generate dependency hierarchy in .depend file
make dep # same as 'make depend'
make sg_inq # build a specific executable (e.g. 'sg_inq')
make uninstall # removes executables, libraries and build remnants
+make -f lib_no_lib/Makefile.no_lib # build without a library
Note that the main Makefile does _not_ call the Makefiles in the
subdirectories (i.e. archive, examples and utils directories).
By default, this package now builds a shared library called
libsgutils.so and the corresponding static library: libsgutils.a .
+The GNU "libtool" is required by sg3_utils to build its libraries.
The 'make' will build those libraries and executables and put them
-in the ".libs" subdirectory (as GNU's libtool requires/enforces).
+in the ".libs" subdirectory (as libtool requires/enforces).
The 'make' puts scripts in the main directory with the same names as
the utilities (e.g. sg_dd, sg_inq etc) which set up an appropriate
environment and call the "real" executable "hiding" in the ".libs"
@@ -50,4 +52,4 @@ If the libsgutils.so shared library is troublesome or unwanted
then "no_lib" versions of the Makefile and the sg3_utils.spec file
can be found in the "lib_no_lib" subdirectory.
-21st October 2004
+28th October 2004