diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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) |
