mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Detect and use system Lua. Makefile. Cmake todo
This commit is contained in:
parent
d7cfaae17f
commit
aef6d7e5f2
2 changed files with 73 additions and 42 deletions
|
@ -61,6 +61,7 @@ It's also possible to skip parts even if libraries are present in the compilatio
|
|||
|
||||
* `make client SKIPQT=1` to skip GUI even if Qt is present
|
||||
* `make client SKIPBT=1` to skip native Bluetooth support even if libbluetooth is present
|
||||
* `make client SKIPLUASYSTEM=1` to skip system Lua lib even if liblua5.2 is present, use embedded Lua lib instead
|
||||
|
||||
If you're cross-compiling, these ones might be useful:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue