aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2008-01-11 15:16:35 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2008-01-11 15:16:35 +0000
commit8d299ea0871ce0df92d5e2bc41a96bcae5921a8d (patch)
treec0366550c14a504ade238d2635ecd74448bd565b /utils
parent793b05a6a189eee966a2e0e0c5751dab6f9db137 (diff)
downloadsg3_utils-8d299ea0871ce0df92d5e2bc41a96bcae5921a8d.tar.gz
small update in asc/ascq tables
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@136 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'utils')
-rw-r--r--utils/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/utils/README b/utils/README
index 953252bd..19c70a56 100644
--- a/utils/README
+++ b/utils/README
@@ -6,14 +6,19 @@ This directory contains these utilities:
an ASCII interpretation to the right of each line.
- sg_chk_asc: utility decodes the SCSI additional sense code table
found at http://www.t10.org/lists/asc-num.txt and checks it
- against the table found in sg_lib.c in the main directory.
+ against the table found in sg_lib.c in the lib/ subdirectory.
It is designed to keep the table in sg_lib.c in "sync" with the
table at the t10.org web site.
-These utilities can be built for Linux or FreeBSD. To build sg_chk_asc
-the sg_lib.o file must be present (i.e. compiled) in the lib/ directory.
+These utilities can be built for Linux, FreeBSD or Solaris.
The hxascdmp utility can also be built in a Windows MinGW/MSYS environment.
+This command should be sufficient: 'make hxascdmp' .
+
+To build sg_chk_asc the sg_lib.o file must be present (i.e. compiled) in
+the lib/ subdirectory. One way to meet that requirement is to execute
+'./configure' in the main directory then 'cd lib ; make '.
+
Doug Gilbert
-21st December 2007
+11th January 2008