1 The client compiles on Linux, Mac OS X and Windows (MinGW/MSYS).
12 To compile, just run "make".
17 The following is a complete list of packages required to setup the compile environment yourself. Alternatively you can download an archive of the full environment (see below).
19 1 - Install QT SDK for Windows [1]
21 In the following instructions, we'll assume you installed it to C:\QT
25 Just follow the installation procedure.
26 When asked if you have MinGW installed and for its path, provide:
29 3 - readline-5.0-1-bin [5]
31 From this archive, copy:
32 bin/* to C:\QT\mingw\bin
33 include/* to C:\QT\mingw\include
34 lib/*.a to C:\QT\mingw\lib
36 4 - libusb-win32-device-bin-0.1.12.2 [6]
38 Be careful here, it is *NOT* working with the filter version!
40 include/usb.h to C:\QT\mingw\include
41 lib/gcc/libusb.a to C:\QT\mingw\lib
45 [1] http://qt.nokia.com/downloads/sdk-windows-cpp
46 [2] http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe
47 [3] http://sourceforge.net/projects/gnuwin32/files/readline/5.0-1/readline-5.0-1-bin.zip/download
48 [4] http://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/0.1.12.2/libusb-win32-device-bin-0.1.12.2.tar.gz/download
50 Rather than download and install every one of these packages, a new ProxSpace
51 environment archive file will be made available for download on the project
52 page at http://code.google.com/p/proxmark3/downloads/list
54 Download the ProxSpace environment archive and extract it to C:\
60 macport stuff should do ;)