Updated README.TXT
authorblitz-research <blitzmunter@gamil.com>
Sat, 26 Sep 2015 21:58:46 +0000 (10:58 +1300)
committerblitz-research <blitzmunter@gamil.com>
Sat, 26 Sep 2015 21:58:46 +0000 (10:58 +1300)
README.TXT

index 0f37b30ecc3359ece33757ddccaf5ffa7f4eac0e..dd10d0941a2133ae7c5130810da78586464dc5b4 100644 (file)
@@ -1,17 +1,24 @@
 * 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
 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
 ./install.bat
 
-* Installing on MacOS:
+* Installing on Linux:
 
-cd _src/macos_x86
+cd _src/linux_x86
 chmod +x *.bat
 ./install.bat
 
+Requires 32 bit dev libs.