Browse Source

Updated README.TXT

blitz-research 10 years ago
parent
commit
a20ad86663
1 changed files with 11 additions and 4 deletions
  1. 11 4
      README.TXT

+ 11 - 4
README.TXT

@@ -1,17 +1,24 @@
 * Installing on Windows:
 * Installing on Windows:
 
 
+Install Mingw and set MINGW env var to root of mingw installation (ie: 'one up' from bin), then...
+
 cd _src\win32_x86
 cd _src\win32_x86
 install
 install
 
 
-* Installing on Linux:
+Tested with TDM-GCC-32 5.1.0 and TDM-GCC-64 5.1.0
 
 
-cd _src/linux_x86
+* Installing on MacOS:
+
+Install xcode command line tools, then...
+
+cd _src/macos_x86
 chmod +x *.bat
 chmod +x *.bat
 ./install.bat
 ./install.bat
 
 
-* Installing on MacOS:
+* Installing on Linux:
 
 
-cd _src/macos_x86
+cd _src/linux_x86
 chmod +x *.bat
 chmod +x *.bat
 ./install.bat
 ./install.bat
 
 
+Requires 32 bit dev libs.