diff options
author | bloodstalker <thabogre@gmail.com> | 2017-12-27 19:51:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-12-27 19:51:53 +0000 |
commit | 9800326436c070ca61e2cbda6fc709cc4de47d91 (patch) | |
tree | d2668d89b96dd047c5103b54354b56b0d4ddc60c /README.md | |
parent | wip (diff) | |
download | memdump-9800326436c070ca61e2cbda6fc709cc4de47d91.tar.gz memdump-9800326436c070ca61e2cbda6fc709cc4de47d91.zip |
wip
Diffstat (limited to '')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,2 +1,15 @@ # MemDump Dump Memory + +# Building + +For Android:<br/> +```bash +export NDK_PROJECT_DIR=`pwd` +make android +``` + +For Linux: +```bash +make +``` |