Gojo can be built for Mac OS X by using CMake and brew.
Install all dependencies using:
brew install cmake sdl sdl_ttf sdl_gfx sdl_mixer sdl_image sdl_net homebrew/versions/lua53
Once the dependencies are installed, run cmake:
cmake .
Then invoke make
.
This will build the gojo
executable, which can be given Gojo script files (*.gj
files.)