Compare commits
2 Commits
7405083815
...
579b2623a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 579b2623a4 | |||
| a140320f30 |
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
# Project info
|
# Project info
|
||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
project(pmt VERSION 1.3.0-rc1)
|
project(pmt VERSION 1.3.0)
|
||||||
|
|
||||||
# Set compiler flags
|
# Set compiler flags
|
||||||
add_compile_options(-Wall -Werror -Wno-deprecated-declarations)
|
add_compile_options(-Wall -Werror -Wno-deprecated-declarations)
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -25,13 +25,13 @@ PMT is designed for developers, technicians, and Android enthusiasts who need fi
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
For all information about PMT, see the [wiki](https://github.com/ShawkTeam/pmt-renovated/wiki).\
|
For all information about PMT, see the [wiki](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki).\
|
||||||
Read [Wiki - Using PMT via Termux or ADB](https://github.com/ShawkTeam/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\
|
Read [Wiki - Using PMT via Termux or ADB](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki/Using-PMT-via-Termux-or-ADB) for learn how to use PMT via Termux or ADB.\
|
||||||
Detailed usage instructions and option references can be found in the [Wiki - Usage](https://github.com/ShawkTeam/pmt-renovated/wiki/Usage).\
|
Detailed usage instructions and option references can be found in the [Wiki - Usage](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki/Usage).\
|
||||||
See [Wiki - How To Build](https://github.com/ShawkTeam/pmt-renovated/wiki/How-To-Build) to learn how to build.
|
See [Wiki - How To Build](https://git.yzbruh.space/YZBruh/pmt-renovated/wiki/How-To-Build) to learn how to build.
|
||||||
|
|
||||||
## Bug Reporting
|
## Bug Reporting
|
||||||
Please submit bugs at [Issues](https://github.com/ShawkTeam/pmt-renovated/issues) page.
|
Please submit bugs at [Issues](https://git.yzbruh.space/YZBruh/pmt-renovated/issues) page.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -65,7 +65,7 @@ build() {
|
|||||||
[ $CORES -eq 0 ] && CORES=2
|
[ $CORES -eq 0 ] && CORES=2
|
||||||
|
|
||||||
for a in ${TARGET_ABI_LIST[@]}; do
|
for a in ${TARGET_ABI_LIST[@]}; do
|
||||||
echo "Building $a artifacts... Using $CORES thread."
|
echo "Building $a artifacts... Using $CORES thread."
|
||||||
cmake --build build_$a -j$CORES
|
cmake --build build_$a -j$CORES
|
||||||
echo "$a build complete, artifacts: $PWD/build_$a"
|
echo "$a build complete, artifacts: $PWD/build_$a"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user