Update build.sh

This commit is contained in:
topjohnwu
2016-11-09 05:16:03 +08:00
parent 7c8a3ca1a8
commit 0ddf4355a1
2 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
# Magisk
Static binaries included:
###Static binaries included:
* Busybox: http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
###How to build Magisk
1. Only support MacOS and Linux
2. Download and install NDK
3. Add the NDK directory into PATH.
To check if success, please try calling `which ndk-build` and see if it returns the NDK directory
4. Execute `./build.sh`, it will give you further information