Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/makman2/gamebox
- Owner: Makman2
- License: gpl-3.0
- Created: 2015-01-05T22:38:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T11:45:16.000Z (over 9 years ago)
- Last Synced: 2023-08-07T09:21:31.334Z (over 1 year ago)
- Language: Vala
- Size: 2.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.