summaryrefslogtreecommitdiff
path: root/utils/imxtools/scsitools/README.win32
diff options
context:
space:
mode:
Diffstat (limited to 'utils/imxtools/scsitools/README.win32')
-rw-r--r--utils/imxtools/scsitools/README.win326
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/imxtools/scsitools/README.win32 b/utils/imxtools/scsitools/README.win32
new file mode 100644
index 0000000000..1288850b11
--- /dev/null
+++ b/utils/imxtools/scsitools/README.win32
@@ -0,0 +1,6 @@
1This tool can be compiled under Windows with MinGW and the Windows port of sg3_util.
2Everything runs unmodified with MSYS except perhaps for
3- the library in which case you might have to change the LDFLAGS in Makefile to:
4LDFLAGS=/usr/local/lib/libsgutils2.a
5- the include directory in which case you might have to change the DEFINES in Makefile to:
6DEFINES=-I/usr/local/include