aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 16bc2f4d9..ae5773cd5 100644
--- a/README.md
+++ b/README.md
@@ -8,20 +8,11 @@ HOW TO COMPILE
###1. Download source code###
- <code>git clone https://github.com/meizuosc/m571.git</code>
+ <code>git clone https://github.com/ShevT/android_kernel_m2note.git</code>
###2. Compiling###
```
-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
+In the build_kernel.sh (or build_recovery_kernel.sh) script You need to set the value ANDROID_SOURCES
+Run script ;)
```
-
- Note:
- + Make sure you have arm cross tool chain, maybe you can download [here](http://www.linaro.org/downloads)
- + If you get a poor cpu in your compiling host, you should use "-j4" or lower instead of "-j8"
-
-Get Help
---------
-
-Checkout our community http://bbs.meizu.cn (in Chinese)