mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
Merge 52e7fae07e
into 6e3d8d671a
This commit is contained in:
commit
ef1442021d
1 changed files with 10 additions and 2 deletions
|
@ -135,13 +135,21 @@ Tested on OSX 10.10 Yosemite
|
||||||
= Linux =
|
= Linux =
|
||||||
============
|
============
|
||||||
|
|
||||||
1 - Download
|
On Debian 9 and Ubuntu 17.04 (zesty), install these packages:
|
||||||
|
|
||||||
|
apt install build-essential gcc-arm-none-eabi libncurses5-dev libreadline-dev libusb-dev libqt4-dev
|
||||||
|
|
||||||
|
Other distributions:
|
||||||
|
|
||||||
|
1 - Download devkitarm
|
||||||
|
|
||||||
A precompiled DevKitARM cross compiler tool chain package can be found at
|
A precompiled DevKitARM cross compiler tool chain package can be found at
|
||||||
http://sourceforge.net/projects/devkitpro/files/devkitARM
|
http://sourceforge.net/projects/devkitpro/files/devkitARM
|
||||||
Select the one you need (32bit or 64bit) and unpack to a convinient place, eg
|
Select the one you need (32bit or 64bit) and unpack to a convinient place, eg
|
||||||
$HOME/proxmark3/. It will create a devkitARM/ subdirectory.
|
$HOME/proxmark3/. It will create a devkitARM/ subdirectory.
|
||||||
|
|
||||||
|
2 - Install development dependencies
|
||||||
|
|
||||||
You will also need a general compiling environment on your computer for
|
You will also need a general compiling environment on your computer for
|
||||||
the client and the libusb headers. In most distributions you will get all you
|
the client and the libusb headers. In most distributions you will get all you
|
||||||
need with the lsb-package (Linux Standard Base). In debian/ubuntu you simply
|
need with the lsb-package (Linux Standard Base). In debian/ubuntu you simply
|
||||||
|
@ -150,7 +158,7 @@ call `aptitude install lsb libusb-dev libreadline-dev libreadline6`.
|
||||||
For the graphical plot view, you might need the qtlibs (debian/ubuntu:
|
For the graphical plot view, you might need the qtlibs (debian/ubuntu:
|
||||||
libqt4-dev), too.
|
libqt4-dev), too.
|
||||||
|
|
||||||
2 - Set Environment
|
3 - Set Environment
|
||||||
|
|
||||||
export DEVKITPRO=$HOME/proxmark3/
|
export DEVKITPRO=$HOME/proxmark3/
|
||||||
export DEVKITARM=$DEVKITPRO/devkitARM
|
export DEVKITARM=$DEVKITPRO/devkitARM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue