Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

How to Build

Matt edited this page Jan 2, 2018 · 2 revisions

You'll need CMake, SDL, GLEW, and Unicorn. This should work anywhere with a bit of work.

$ brew install cmake sdl2 glew unicorn
$ mkdir build; cd build
$ cmake .. && make
$ ./openxbox executable.xbe

Clone this wiki locally