aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4ed489fd2..16bc2f4d9 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,10 @@ HOW TO COMPILE
###2. Compiling###
- <code>make m2note_defconfig</code>
-
- <code>mkdir out && make -j8 ARCH=arm CROSS_COMPILE=aarch64-linux-android- -C `pwd` O=`pwd`/out</code>
+```
+make ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- m2note_defconfig
+mkdir out && make -j8 ARCH=arm64 CROSS_COMPILE=aarch64-linux-android- -C `pwd` O=`pwd`/out
+```
Note:
+ Make sure you have arm cross tool chain, maybe you can download [here](http://www.linaro.org/downloads)