aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-07-13 22:30:32 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-07-13 22:30:32 +0000
commit178524ce80a83b1ce305a026a6e232699d40f842 (patch)
tree68bdee33e63916d4b03e55135dc70661774fb1fa /INSTALL
parentf979e5aaba7d5ea7d1a8066bbdcd6e3c0a9f6879 (diff)
downloadsg3_utils-178524ce80a83b1ce305a026a6e232699d40f842.tar.gz
change build system to use autotool/configure, debian rules need work. Still to check Solaris and OSF
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@84 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL27
1 files changed, 26 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 7cf0a33a..d5ac0087 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,28 @@
+During the development of sg3_utils version 1.25 this package
+was changed to use autotools. It previously used handed
+crafted Makefiles.
+
+In most cases the build process is now:
+ a) fetch the source tarball, untar it and go to the top level
+ directory, then do
+ b) ./configure
+ c) make
+ d) make install
+
+Step d) usually requires root permissions. Notes on individual
+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 starts
+with 'libsgutils'. To build without that shared library use this
+invocation instead of step b): './configure --disable-shared'
+
+
+More information about the autotool build needs to be added
+
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+
+
Unless otherwise noted, these install instructions are for the
Linux operating system. See below for other operating systems.
@@ -140,5 +165,5 @@ will be placed in that directory. They can be executed in a MSYS or "cmd"
shell.
-3rd May 2007
+15th July 2007
Doug Gilbert