summaryrefslogtreecommitdiffstats
path: root/utils/imxtools/scsitools/README.win32
blob: 1288850b119d8ed68db3d84f2151d7f4968bf0c3 (plain)
1
2
3
4
5
6
This tool can be compiled under Windows with MinGW and the Windows port of sg3_util.
Everything runs unmodified with MSYS except perhaps for
- the library in which case you might have to change the LDFLAGS in Makefile to:
LDFLAGS=/usr/local/lib/libsgutils2.a
- the include directory in which case you might have to change the DEFINES in Makefile to:
DEFINES=-I/usr/local/include