A portable build script that compiles ra1nsn0w and all its dependencies into static binaries. Supports macOS and Linux.
-
Clone the repository:
git clone https://github.com/9LogM/ra1nsn0w.git cd ra1nsn0w -
Make the build script executable:
chmod +x ./build.sh
-
Run the build script:
./build.sh
The script creates a _install directory containing the full suite, but the static tools are located in their respective source folders:
- ra1nsn0w:
./ra1nsn0w/ra1nsn0w - iBootPatcher:
./tools/iBootPatcher/iBootPatcher - kernelPatcher:
./tools/kernelPatcher/kernelPatcher
You can now copy these files anywhere; they are self-contained.