Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makman2/gamebox

A virtual console designed for the Raspberry Pi!
https://github.com/makman2/gamebox

Last synced: about 1 month ago
JSON representation

A virtual console designed for the Raspberry Pi!

Awesome Lists containing this project

README

        

GameBox
=======

A virtual console designed for the Raspberry Pi!

Clone and Build
---------------

To clone this repo, use the `--recursive` flag in your git clone command (since
this project uses submodules):

```shell
git clone --recursive https://github.com/Makman2/GameBox
```

If you already have cloned this repo, you can initialize submodules via:

```shell
git submodule update --init --recursive
```

After this you are ready to go. Just `cd` into the project folder and build it
with `make debug` or `make release`. The executables are located in the
directories inside `/build`.