Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 274 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 274 Bytes

Quick build instructions:

sudo apt-get install build-essential libsdl2-dev
git clone [email protected]:daid/Geronimo.git
git clone [email protected]:daid/SeriousProton2.git
cd Geronimo
mkdir _build
cd _build
cmake ..
make -j 5
cd ..
./_build/Geronimo