-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: do not install uneeded packages
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# plooshInit | ||
|
||
how to compile on macos: | ||
|
||
1. make sure xcode is installed | ||
2. install gnu sed, procursus ldid and gnu make | ||
(`brew install gnu-sed make ldid-procursus`) | ||
3. get the two dependency files, they are the palera1n loader | ||
ipa and the procursus binpack. | ||
get [palera1nLoader.ipa](https://static.palera.in/artifacts/loader/universal_lite/palera1nLoader.ipa) and place into the src directory. | ||
get [binpack.tar](https://static.palera.in/binpack.tar) and also place them it in the src directory | ||
4. `gmake -j$(sysctl -n hw.ncpu)` | ||
5. you will probably be required to enter macOS password via the GUI and CLI, if you want to do it headless run the makefile as root. | ||
6. check the output files, src/ramdisk.dmg and src/binpack.dmg | ||
7. you can use the files in palera1n like this: `palera1n -r /path/to/ramdisk.dmg -o /path/to/binpack.dmg` |