summaryrefslogtreecommitdiff
path: root/README-SWITCH.md
diff options
context:
space:
mode:
authorcpasjuste <cpasjuste@gmail.com>2020-04-29 13:06:56 +0200
committercpasjuste <cpasjuste@gmail.com>2020-04-29 13:06:56 +0200
commit493e0f2841f29892d3d3d492ec7e24184352a41b (patch)
treed27cb459f8fb21377a33063619094c98b8260bd7 /README-SWITCH.md
parenteeb9d30c5a329e087c13219561ed790be4a4aa94 (diff)
downloadplus-493e0f2841f29892d3d3d492ec7e24184352a41b.tar.gz
plus-493e0f2841f29892d3d3d492ec7e24184352a41b.tar.bz2
plus-493e0f2841f29892d3d3d492ec7e24184352a41b.tar.xz
plus-493e0f2841f29892d3d3d492ec7e24184352a41b.zip
switch: update README-SWITCH.md
Diffstat (limited to 'README-SWITCH.md')
-rw-r--r--README-SWITCH.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README-SWITCH.md b/README-SWITCH.md
index b3328fd38..b5a211f8c 100644
--- a/README-SWITCH.md
+++ b/README-SWITCH.md
@@ -31,4 +31,15 @@ KEY_RSTICK_LEFT JButton21
KEY_RSTICK_UP JButton22
KEY_RSTICK_RIGHT JButton23
KEY_RSTICK_DOWN JButton24
+```
+
+Building
+-
+```
+git clone https://github.com/Cpasjuste/ManaPlus.git
+cd ManaPlus
+cp CMakeLists.txt.switch CMakeLists.txt
+mkdir cmake-build-release && cd cmake-build-release
+cmake -DPLATFORM_SWITCH=ON -DCMAKE_BUILD_TYPE=Release ../
+make ManaPlus.nro
``` \ No newline at end of file