diff options
-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 +``` |
index : memdump | ||
Unnamed repository; edit this file 'description' to name the repository. | root |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | README.md | 13 |
@@ -1,2 +1,15 @@ # MemDump Dump Memory + +# Building + +For Android:<br/> +```bash +export NDK_PROJECT_DIR=`pwd` +make android +``` + +For Linux: +```bash +make +``` |