Download and Installation - mfichman/jogo GitHub Wiki

See all downloads

Linux

  1. Install gcc.
  2. Download the package for your distribution.
  3. Install using dpkg, rpm, etc.

OS X

  1. Install Xcode.
  2. Download and run the installer package.

Windows

  1. Install Visual Studio.
  2. Download and run the installer package.

Build from Source

  1. Checkout the git repository at GitHub
  2. Install Python and SCons
  3. Install XCode, Visual Studio, or g++
  4. Install NASM
  5. Type "scons" in the root directory of the repository
  6. Happy hacking!