X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/abf3b8af8e535ba962299b547e9b1a045442d726..9833360b251571f82749c352f49d712c9c8322ad:/README.md diff --git a/README.md b/README.md index acfd1335..d06cdf10 100644 --- a/README.md +++ b/README.md @@ -129,13 +129,16 @@ I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will ##Development This fork now compiles just fine on - Windows/mingw environment with Qt5.6.1 & GCC 4.8 - - Ubuntuu 1404, 1510 + - Ubuntu 1404, 1510, 1604 - Mac OS X ##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 +A nice and cool install script made by @daveio is found here: +https://github.com/daveio/attacksurface/blob/master/proxmark3/pm3-setup.sh + - 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` @@ -145,14 +148,13 @@ See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux - Get the latest commits `git pull` -- Install the blacklist rules +- Install the blacklist rules `make udev` -- 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. +- 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. `sudo adduser $USER dialout` -- Clean and complete compilation +- Clean and complete compilation `make clean && make all` - Flash the BOOTROM