Linux
NOTE: These instructions apply to the git version.
- Install git.
- Install SDL2 development.
- Check out the source from git://github.com/ioquake/ioq3.git with
git clone git://github.com/ioquake/ioq3.git
- Change to the ioq3 directory
- Run
make
Cross-compile for Windows
- Install git.
- Install mingw-w64.
- Check out the source from git://github.com/ioquake/ioq3.git with
git clone git://github.com/ioquake/ioq3.git
- Change to the ioq3 directory
- Run
make PLATFORM=mingw32 ARCH=x86
ormake PLATFORM=mingw32 ARCH=x86_64