Update README.md

This commit is contained in:
Furkan Mudanyali 2020-10-24 08:04:11 +03:00 committed by GitHub
parent 51d40a4412
commit c8c7971915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,14 @@ The write-up can be found here: https://forum.devchroma.nl/index.php/topic,291.0
The original source can be found here: https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,38,1699
## Compiling Instructions
```
mkdir build
cd build
cmake ..
make
```
Credits:
- FMudanyali
- Optimus (Original Code)