2016-09-14 04:31:13 +02:00
|
|
|
# Magisk
|
2016-11-08 22:16:03 +01:00
|
|
|
###Static binaries included:
|
2016-09-14 04:31:13 +02:00
|
|
|
* Busybox: http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
|
2016-11-08 22:16:03 +01:00
|
|
|
|
|
|
|
###How to build Magisk
|
2016-12-05 19:41:05 +01:00
|
|
|
1. Download and install NDK
|
|
|
|
2. Add the NDK directory into PATH
|
|
|
|
To check if the PATH is set correctly, try calling `which ndk-build` (`where ndk-build` on Windows) and see if it shows the NDK directory
|
|
|
|
3. Unix-like users (e.g. Linux & MacOS) please execute `build.sh` through shell
|
|
|
|
Windows users please execute `build.cmd` through cmd
|
|
|
|
4. The scripts will show you further details
|