original BlitzMax compiler for windows 32bit, linux and mac os x

Mark Sibly 56a9602858 Update README.TXT 1 سال پیش
_src e8d9c7e314 Prettified win32 install.bat 9 سال پیش
doc 8005436641 Added docs. 11 سال پیش
docs b3fc793e83 Updated licenses. 9 سال پیش
mod 17ffc7808d Rename `min()` to `_min()` to prevent collision 7 سال پیش
samples f3f749af43 Added samples. 11 سال پیش
src 366ef478d5 dpiAware true for win32 manifest files 8 سال پیش
.gitignore d7ade41835 separated dpimanifest from xpmanifest for backwards compatability 8 سال پیش
LICENSE.TXT 252ddb7fd1 Oops - add LICENSE.TXT 9 سال پیش
README.TXT 56a9602858 Update README.TXT 1 سال پیش
versions.txt 76ff93c422 Updated versions.txt 9 سال پیش

README.TXT

This is an archived repository of the original 32bit blitzmax source code.

This version is no longer actively maintained, but BlitzMax lives on at https://blitzmax.org/

* 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

Tested with TDM-GCC-32 5.1.0 and TDM-GCC-64 5.1.0, available from:

http://tdm-gcc.tdragon.net/download


* Installing on MacOS:

Install xcode command line tools, then...

cd _src/macos_x86
chmod +x *.bat
./install.bat

* Installing on Linux:

** On Ubuntu/Debian run:

apt install linux-libc-dev:i386 libxft2:i386 g++-multilib gcc-multilib libxpm-dev:i386 libxxf86vm-dev:i386 libgl1-mesa-dev:i386 libglu1-mesa-dev:i386


cd _src/linux_x86
chmod +x *.bat
./install.bat

Requires 32 bit dev libs.