mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-24 03:58:19 -08:00
417 B
417 B
Magisk
How to build Magisk
- Download and install NDK
- Add the NDK directory into PATH
To check if the PATH is set correctly, try callingwhich ndk-build(where ndk-buildon Windows) and see if it shows the NDK directory - Unix-like users (e.g. Linux & MacOS) please execute
build.shthrough shell
Windows users please executebuild.cmdthrough cmd - The scripts will show you further details