aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:53:07 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2007-06-27 03:53:07 +0000
commit2e37f3d2a90d421affd06e01dd05cd7c8194ca84 (patch)
treed55084e9efd7a1e3426b0389f58338f09faef41b /INSTALL
parent7502647d46389b2e0e659f658b51f56abd1f9511 (diff)
downloadsg3_utils-2e37f3d2a90d421affd06e01dd05cd7c8194ca84.tar.gz
Load sg3_utils-1.24 into trunk/.
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@76 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 13 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 71fb126d..7cf0a33a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -86,6 +86,18 @@ Utilities that are linux specific (e.g. sg_map) are not built for
FreeBSD.
+Solaris
+=======
+In Solaris, the utilities can be built with "make -f Makefile.solaris".
+This will build a shared object (i.e. libsgutils.so and friends) that
+the utilities depend on. To install use "make -f Makefile.solaris install".
+These makes depend on gcc and libtool. To build without reliance on a shared
+library (and thus libtool) use "make -f no_lib/Makefile.solaris" (or
+execute the "make_no_lib_solaris.sh" script which does the same thing).
+Utilities that are linux specific (e.g. sg_map) are not built for
+Solaris.
+
+
Tru64 (OSF)
===========
In Tru64, the utilities can be built with "make -f Makefile.osf1".
@@ -128,5 +140,5 @@ will be placed in that directory. They can be executed in a MSYS or "cmd"
shell.
-21st January 2007
+3rd May 2007
Doug Gilbert