aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 942a6ae..cfaee7a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,15 @@
# MemDump
Dump Memory
+
+# Building
+
+For Android:<br/>
+```bash
+export NDK_PROJECT_DIR=`pwd`
+make android
+```
+
+For Linux:
+```bash
+make
+```