Download and Installation - mfichman/jogo GitHub Wiki
See all downloads
Linux
- Install gcc.
- Download the package for your distribution.
- Install using dpkg, rpm, etc.
OS X
- Install Xcode.
- Download and run the installer package.
Windows
- Install Visual Studio.
- Download and run the installer package.
Build from Source
- Checkout the git repository at GitHub
- Install Python and SCons
- Install XCode, Visual Studio, or g++
- Install NASM
- Type "scons" in the root directory of the repository
- Happy hacking!