From 3c80f847c9bf468bb5b37690a76cfee1033eeb47 Mon Sep 17 00:00:00 2001 From: Rose Liverman Date: Thu, 5 Dec 2024 15:09:52 -0700 Subject: [PATCH] Complete build instructions in ReadMe --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5c74b8e..46c0398 100644 --- a/README.md +++ b/README.md @@ -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.