diff --git a/README.md b/README.md index 7965bd6..cd4f54b 100644 --- a/README.md +++ b/README.md @@ -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)