meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rfid:proxmark3 [2026/01/12 10:57] niziakrfid:proxmark3 [2026/01/12 11:00] (current) niziak
Line 19: Line 19:
 mkdir build mkdir build
 cd build cd build
-qmake ../ +qmake ../src 
-make+make -j $(nproc)
 cp -r ../lang ./ cp -r ../lang ./
 cp -r ../config ./ cp -r ../config ./
 ./Proxmark3GUI ./Proxmark3GUI
 </code> </code>