diff options
| author | ShevT <shev_t@mail.ru> | 2016-08-17 23:15:21 +0300 |
|---|---|---|
| committer | ShevT <shev_t@mail.ru> | 2016-08-17 23:15:21 +0300 |
| commit | 09512dcefb45925dc96eb42bbb0d857556670d07 (patch) | |
| tree | eef010f685564ef622bf7470bf9af21ecdf012cf /README.md | |
| parent | bbdc51671c71a6e1a7a43fe912a0d1af2f205ba7 (diff) | |
Update README.md
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) |
