Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daid/geronimo


https://github.com/daid/geronimo

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Quick build instructions:

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