mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
Update README.md
This commit is contained in:
parent
fd056682e0
commit
d06c81b7c8
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -133,9 +133,12 @@ This fork now compiles just fine on
|
||||||
- Mac OS X
|
- Mac OS X
|
||||||
|
|
||||||
##Setup and build for UBUNTU
|
##Setup and build for UBUNTU
|
||||||
GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS or 15.10
|
GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS, 15.10 or 16.04
|
||||||
See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
|
See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
|
||||||
|
|
||||||
|
A nice and cool install script made by @daveio is found here:
|
||||||
|
https://github.com/daveio/attacksurface/blob/master/proxmark3/pm3-setup.sh
|
||||||
|
|
||||||
- Run
|
- Run
|
||||||
`sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev gcc-arm-none-eabi`
|
`sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev gcc-arm-none-eabi`
|
||||||
|
|
||||||
|
@ -145,14 +148,13 @@ See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
|
||||||
- Get the latest commits
|
- Get the latest commits
|
||||||
`git pull`
|
`git pull`
|
||||||
|
|
||||||
- Install the blacklist rules
|
- Install the blacklist rules
|
||||||
`make udev`
|
`make udev`
|
||||||
|
|
||||||
- add user to dialout group (if you on a Linux/ubuntu/debian)
|
- add user to dialout group (if you on a Linux/ubuntu/debian). If you do this one, you need to logout and login in again to make sure your rights got changed.
|
||||||
- if you do this one, you need to logout and login in again to make sure your rights got changed.
|
|
||||||
`sudo adduser $USER dialout`
|
`sudo adduser $USER dialout`
|
||||||
|
|
||||||
- Clean and complete compilation
|
- Clean and complete compilation
|
||||||
`make clean && make all`
|
`make clean && make all`
|
||||||
|
|
||||||
- Flash the BOOTROM
|
- Flash the BOOTROM
|
||||||
|
|
Loading…
Reference in a new issue