Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ Patch other files (boot.img, firmwares) using patch file (.p) with "ApplyPatchfn
## Requirements
For Building this tool you need :

* make
* g++
* zlib
* libbz2
* openssl

```
sudo apt install make g++ zlib1g zlib1g-dev libbz2-dev libssl-dev
```

Then run `make`. Executables will be placed in `bin` directory.

It currently supports Linux x86/x64 & MacOS, Not tested on Windows.


Expand Down