From a9fac9e661dc68e22d908c061bd7837dfe92d97e Mon Sep 17 00:00:00 2001 From: YZBruh Date: Mon, 13 May 2024 21:57:15 +0300 Subject: [PATCH] pmt: just report compiling with android NDK --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83ce9fd..ecc5c42 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Report bugs to - Let me know your suggestions! ### How is it built? -Even termux is enough to build the pmt. Or you can compile it with linux if you want. NOTE: Use a custom gcc according to the architecture you want to compile. +Android NDK is required to build. [Click for usage information](https://developer.android.com/ndk/guides/other_build_systems). [Click for NDK downloads](https://developer.android.com/ndk/downloads). If you want to change something, take a look at the configuration. You can change him. it is located in the `config` folder. His name is `env.mk`. I gave the information in the file. You can ask more. @@ -55,7 +55,7 @@ To build; make ``` -Special `make` commands (pbt offers :) ; +Special `make` commands (pmt offers :) ; ``` ------- Partition Manager help ------- @@ -67,5 +67,3 @@ Special `make` commands (pbt offers :) ; make uninstall ==> If you are using termux, it uninstalls the compiled pmt into termux. So it allows you to use it like a normal command. make help ==> Display help message ``` - -I compiled it with termux :D. Why should I bother... I compiled it with `GCC 18.1.4` You can look at the version with the viewing option :)