blitz-research / blitzmax

BlitzMax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

BlitzMax

License:Other


Languages

Language:C 64.0%Language:C++ 20.6%Language:BlitzMax 10.1%Language:HTML 2.0%Language:Objective-C 1.4%Language:Roff 0.9%Language:Objective-C++ 0.5%Language:Makefile 0.2%Language:Lua 0.1%Language:CMake 0.1%Language:Shell 0.0%Language:Assembly 0.0%Language:WebAssembly 0.0%Language:Batchfile 0.0%Language:Perl 0.0%Language:Inno Setup 0.0%Language:CSS 0.0%