aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:24:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:24:23 +0000
commit71e6e2d40657e63b9c20dc68f5e307639ef19c21 (patch)
tree18cab096bd20dcd67e51d1d741039fc85d3bad34 /INSTALL
parent88d420308cbb9cd9e58873ef726913690d5c91a4 (diff)
downloadsg3_utils-71e6e2d40657e63b9c20dc68f5e307639ef19c21.tar.gz
Load sg3_utils-1.21 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@69 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index ee6d1ac1..18fd80f4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ By default, the Makefile will build for Linux with a shared library.
The invocation sequence is:
make
-make install [may need root permission]
+make install [may need root permission]
Unless overridden or edited in the Makefile, INSTDIR places the executables
in the /usr/local/bin directory, LIBDIR places libraries in the
@@ -64,7 +64,9 @@ change directory to the top level within the sg3_utils source. Then:
# chmod +x debian/rules
# dpkg-buildpackage -b -rfakeroot
The binary deb packages will be placed in the parent directory (of
-the sg3_utils source directory) if all goes well.
+the sg3_utils source directory) if all goes well. There is now
+a script called build_debian.sh in the main directory which invokes
+those two commands.
If the shared object (library) is troublesome or unwanted then
a "no_lib" version of the Makefile and the sg3_utils.spec file
@@ -91,4 +93,4 @@ Utilities that are linux specific (e.g. sg_map) are not built for
Tru64.
-24th January 2006
+29th June 2006