mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-19 14:37:44 +00:00
11 lines
428 B
Markdown
11 lines
428 B
Markdown
# Magisk
|
|
###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
|