5 The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
 
  10 Whats in this fork?  I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch. 
 
  13         * Jonor's hf 14a raw timing patch
 
  14         * Piwi's updates. (usually gets into the master)
 
  15         * Holiman's iclass, (usually gets into the master)
 
  16         * Marshmellow's LF fixes
 
  17         * Midnitesnake's Ultralight,  Ultralight-c enhancements
 
  18         * Izsh's lf peak modification / iir-filtering
 
  19         * Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff.
 
  20         * My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts,  Awid26,  skidata scripts (will come)
 
  21         * other obscure patches like for the sammy-mode,  (offline you know), tagidentifications, defaultkeys. 
 
  23 Give me a hint, and I'll see if I can't merge in the stuff you have. 
 
  25 I don't actually know how to make small pull-request to github :( and that is the number one reason for me not pushing a lot of things back to the PM3 master.
 
  29 I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry*      
 
  34 This fork is adjusted to compile on windows/mingw environment with Qt5.3.1 & GCC 4.8
 
  35 For people with linux you will need to patch some source code and some small change to one makefile.  If you are lazy, you google the forum and find asper's or holimans makefile or you find your solution below.
 
  37 GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS.
 
  38         - See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
 
  39         - Generally speaking, if you're running a "later" Proxmark, installation is very easy.
 
  40         - Run "sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget"a
 
  41         - Follow these instructions
 
  42 Get devkitARM release 41 from SourceForge (choose either the 64/32 ¿bit depending on your architecture, it is assumed you know how to check and recognize your architecture):
 
  44 (64-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-x86_64-linux.tar.bz2/download
 
  45 (32-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-i686-linux.tar.bz2/download
 
  46 Extract the contents of the .tar.bz2:
 
  47  tar jxvf devkitARM_r41-<arch>-linux.tar.bz2
 
  48 Create a directory for the arm dev kit:
 
  49  sudo mkdir -p /opt/devkitpro/
 
  50 Move the ARM developer kit to the newly created directory:
 
  51  sudo mv devkitARM /opt/devkitpro/
 
  52 Add the appropriate environment variable:
 
  53  export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/
 
  54 Add the environment variable to your profile:
 
  55  echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc
 
  56         - Use the magic build command "make UBUNTU_1404_QT4=1"
 
  58 Common errors linux/macOS finds
 
  61         * \client\makefile  the parameter -lgdi32 
 
  66         * Using older Qt4.6 gives compilation errors.  
 
  70         * Change these two line in  \client\makefile
 
  71                 CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui -I$(QTDIR)/include/QtWidgets  -I/mingw/include
 
  72                 QTLDLIBS = -L$(QTDIR)/lib  -lQt5Core -lQt5Gui -lQt5Widgets 
 
  76                 CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui
 
  77                 QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4
 
  80 An old Qt4 version makefile is found here: http://www.icesql.se/proxmark3/code/linuxmakefile.txt  but this one doesn't have all new files in it. So I don't recommend it.
 
  82 The Proxmark 3 is available for purchase (assembled and tested) from the
 
  87 iceman at host iuse.se