https://github.com/daid/geronimo
https://github.com/daid/geronimo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daid/geronimo
- Owner: daid
- Created: 2018-11-06T20:00:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T14:14:23.000Z (over 1 year ago)
- Last Synced: 2025-03-27T19:11:09.619Z (about 1 year ago)
- Language: C++
- Size: 315 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick build instructions:
```bash
sudo apt-get install build-essential libsdl2-dev
git clone git@github.com:daid/Geronimo.git
git clone git@github.com:daid/SeriousProton2.git
cd Geronimo
mkdir _build
cd _build
cmake ..
make -j 5
cd ..
./_build/Geronimo
```