4cd41f34 |
1 | The client compiles on Linux, Mac OS X and Windows (MinGW/MSYS). |
2 | |
3 | it requires: |
4 | - gcc |
5 | - libpthread |
6 | - libreadline |
7 | - libusb |
8 | |
9 | and optionally libQT |
10 | |
11 | |
12 | To compile, just run "make". |
13 | |
14 | |
15 | ========== |
16 | = MingGW = |
17 | ========== |
18 | It is known to work using: |
19 | - MingW 5.1.6 |
20 | - MSYS 1.0.11 |
21 | - libpthread 2.8.0 (from MinGW or directly from pthread-win32) |
22 | - readline 5.0 from gnuwin32 |
23 | - libusb-win32-device-bin-0.1.12.2 |
24 | Be careful here, it is *NOT* working with the filter version! |
25 | You have to use the device version and use the inf-wizard |
26 | to create a driver for your proxmark and install it. |
27 | |
28 | |
29 | ============ |
30 | = Mac OS X = |
31 | ============ |
32 | |
33 | macport stuff should do ;) |
34 | |
35 | ============ |
36 | = Linux = |
37 | ============ |
38 | |
39 | |