mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add option to build against non-default python3 package
This commit is contained in:
parent
4a119a73f0
commit
f3e9a79ca4
5 changed files with 20 additions and 9 deletions
|
@ -10,6 +10,7 @@
|
|||
- [Compile for generic Proxmark3 platforms](#compile-for-generic-proxmark3-platforms)
|
||||
- [Get the latest commits](#get-the-latest-commits)
|
||||
- [Clean and compile everything](#clean-and-compile-everything)
|
||||
- [if there are different python3 packages installed](#if-there-are-different-python3-packages-installed)
|
||||
- [if you got an error](#if-you-got-an-error)
|
||||
- [Install](#install)
|
||||
- [Flash the BOOTROM & FULLIMAGE](#flash-the-bootrom--fullimage)
|
||||
|
@ -56,6 +57,15 @@ git pull
|
|||
make clean && make -j
|
||||
```
|
||||
|
||||
### if there are different python3 packages installed
|
||||
^[Top](#top)
|
||||
|
||||
It is possible to point to a different python3 package. For example, to build against Python3.11:
|
||||
|
||||
```sh
|
||||
make clean && make -j PYTHON3_PKGCONFIG=python-3.11
|
||||
```
|
||||
|
||||
### if you got an error
|
||||
^[Top](#top)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue