diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-06 10:06:32 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-06 10:06:32 +0200 |
commit | 3dfa58a9eedf5a0e566452b078801c9cbcf7a245 (patch) | |
tree | a4ca0f63b4c60e1858c5898e0ebb572beb6f7b60 /windows/README | |
parent | Recreated the BCJ test files for x86 and SPARC. The old files (diff) | |
download | xz-3dfa58a9eedf5a0e566452b078801c9cbcf7a245.tar.xz |
Some MSYS installations (e.g. MsysGit) don't includelarhzu/v4.999.8beta
install.exe, so don't rely on it.
Diffstat (limited to '')
-rw-r--r-- | windows/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/windows/README b/windows/README index 4acc6802..dddbbe1d 100644 --- a/windows/README +++ b/windows/README @@ -65,23 +65,24 @@ Building for 32-bit Windows Add MinGW and MSYS to PATH (adjust if you installed to non-default location): - C:\>set PATH=C:\MinGW\bin;C:\MSYS\1.0\bin;%PATH% + set PATH=C:\MinGW\bin;C:\MSYS\1.0\bin;%PATH% - Then it should be enough to just run mingw32-make in this directory: + Then it should be enough to just run mingw32-make in this directory + (the directory containing this README): - C:\xz-5.x.x\windows>mingw32-make + mingw32-make Building for 64-bit Windows For 64-bit build the PATH has to point to 64-bit MinGW: - C:\>set PATH=C:\MinGW64\bin;C:\MSYS\1.0\bin;%PATH% + set PATH=C:\MinGW64\bin;C:\MSYS\1.0\bin;%PATH% You need to pass W64=1 to mingw32-make (or make if you don't have mingw32-make): - C:\xz-5.x.x\windows>mingw32-make W64=1 + mingw32-make W64=1 Additional Make Flags and Targets |