]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - client/COMPILING
client/COMPILING: Simplify dev. environment initial setup for Windows (WORK STILL...
[proxmark3-svn] / client / COMPILING
... / ...
CommitLineData
1The client compiles on Linux, Mac OS X and Windows (MinGW/MSYS).
2
3it requires:
4- gcc
5- libpthread
6- libreadline
7- libusb
8
9and optionally libQT
10
11
12To compile, just run "make".
13
14===========
15= Windows =
16===========
17The 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).
18
191 - Install QT SDK for Windows [1]
20
21In the following instructions, we'll assume you installed it to C:\QT
22
232 - MSYS-1.0.11 [2]
24
25Just follow the installation procedure.
26When asked if you have MinGW installed and for its path, provide:
27C:/QT/mingw
28
293 - readline-5.0-1-bin [5]
30
31From this archive, copy:
32bin/* to C:\QT\mingw\bin
33include/* to C:\QT\mingw\include
34lib/*.a to C:\QT\mingw\lib
35
364 - libusb-win32-device-bin-0.1.12.2 [6]
37
38Be careful here, it is *NOT* working with the filter version!
39Likewise copy:
40include/usb.h to C:\QT\mingw\include
41lib/gcc/libusb.a to C:\QT\mingw\lib
42
43Download links:
44
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
49
50Rather than download and install every one of these packages, a new ProxSpace
51environment archive file will be made available for download on the project
52page at http://code.google.com/p/proxmark3/downloads/list
53
54Download the ProxSpace environment archive and extract it to C:\
55
56============
57= Mac OS X =
58============
59
60macport stuff should do ;)
61
62============
63= Linux =
64============
65
66
Impressum, Datenschutz