README.TXT 824 B

123456789101112131415161718192021222324252627282930313233343536
  1. This is an archived repository of the original 32bit blitzmax source code.
  2. This version is no longer actively maintained, but BlitzMax lives on at https://blitzmax.org/
  3. * Installing on Windows:
  4. Install Mingw and set MINGW env var to root of mingw installation (ie: 'one up' from bin), then...
  5. cd _src\win32_x86
  6. install
  7. Tested with TDM-GCC-32 5.1.0 and TDM-GCC-64 5.1.0, available from:
  8. http://tdm-gcc.tdragon.net/download
  9. * Installing on MacOS:
  10. Install xcode command line tools, then...
  11. cd _src/macos_x86
  12. chmod +x *.bat
  13. ./install.bat
  14. * Installing on Linux:
  15. ** On Ubuntu/Debian run:
  16. 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
  17. cd _src/linux_x86
  18. chmod +x *.bat
  19. ./install.bat
  20. Requires 32 bit dev libs.