An open API service indexing awesome lists of open source software.

https://github.com/daid/geronimo


https://github.com/daid/geronimo

Last synced: about 1 year ago
JSON representation

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
```