Go to file
2017-02-01 06:03:05 +08:00
jni Update native parts 2017-02-01 06:03:05 +08:00
scripts Properly handle loading prop files 2017-01-09 02:23:00 +08:00
uninstaller Update uninstaller 2017-01-02 03:35:30 +08:00
zip_static Properly handle loading prop files 2017-01-09 02:23:00 +08:00
ziptools Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00
.gitattributes Install Magisk Manager stub if not installed 2017-01-02 02:31:59 +08:00
.gitignore Magic Mount Total Re-factor Part 2 2016-12-08 00:58:22 -08:00
.gitmodules Add su binary into Magisk 2016-12-06 04:49:35 +08:00
build.cmd Properly handle loading prop files 2017-01-09 02:23:00 +08:00
build.sh Properly handle loading prop files 2017-01-09 02:23:00 +08:00
README.MD Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00

Magisk

###Static binaries included:

###How to build Magisk

  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