aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authors1nka <s1n.pcc@gmail.com>2017-04-02 13:33:01 +0600
committers1nka <s1n.pcc@gmail.com>2017-04-02 13:33:01 +0600
commit5d13538584af11540bb762cd3e877c014436b234 (patch)
tree332df515b37bf9381ed9506cf435b60c2e756d30 /README.md
parent3a61ed0a917ee3e41a62733af7433c7bde82794c (diff)
add CMake build system
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index e528001..234b26e 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,16 @@ Note: the DS-mode firmware in the 3DS isn't bootable, it only contains the bare
As for the rest, the interface should be pretty straightforward. If you have a question, don't hesitate to ask, though!
+How to build:
+Linux:
+ * mkdir -p build
+ * cd build
+ * cmake ..
+ * make
+
+Windows:
+ * use CodeBlocks
TODO LIST