aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-12-27 19:51:53 +0000
committerbloodstalker <thabogre@gmail.com>2017-12-27 19:51:53 +0000
commit9800326436c070ca61e2cbda6fc709cc4de47d91 (patch)
treed2668d89b96dd047c5103b54354b56b0d4ddc60c /README.md
parentwip (diff)
downloadmemdump-9800326436c070ca61e2cbda6fc709cc4de47d91.tar.gz
memdump-9800326436c070ca61e2cbda6fc709cc4de47d91.zip
wip
Diffstat (limited to '')
-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
+```