From c8c7971915c1ff3dbf527c5e217e86a8e54fd86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Mudanyal=C4=B1?= Date: Sat, 24 Oct 2020 08:04:11 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)