mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Document SKIPPTHREAD
This commit is contained in:
parent
eb7957d994
commit
bca9326684
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ If you're cross-compiling, these ones might be useful:
|
|||
* `make client SKIPREVENGTEST=1` to skip compilation and execution of a consistency test for reveng, which can be problematic in case of cross-compilation
|
||||
* `make client cpu_arch=generic` to skip Intel specialized hardnested components, which is required e.g. if cross-compilation host is Intel but not the target
|
||||
|
||||
On some architectures, pthread library is not present:
|
||||
|
||||
* `make client SKIPPTHREAD=1` to skip `-lpthread` at linker stage.
|
||||
|
||||
`make install` is actually triggering the following individual targets which can be accessed individually:
|
||||
|
||||
* `make client/install`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue