]> git.zerfleddert.de Git - proxmark3-svn/blame - doc/README.TXT
Fixed a typo in command.cpp, moved Changelog to CHANGES.TXT for better coherence.
[proxmark3-svn] / doc / README.TXT
CommitLineData
6658905f 1This is a bare minimum compile environment for the proxmark3 sources. \r
2\r
3CONTENTS\r
4\r
5This bundle contains the ARM cross compiler in devkitARM and a _tiny_ subset\r
6of the Visual C++ 2008 Express Edition in devkitWIN which is the bare minimum\r
7required for compilation of this current source.\r
8\r
9If you plan on further source code development you are strongly encouraged\r
10to download the full Visual C++ 2008 available for free download from\r
11http://www.microsoft.com/express/download/\r
12\r
13CAVEATS\r
14\r
15There is no provision in this environment for compiling the FPGA source. To\r
16do that you need to download the free (registration required) ISE WebPack\r
17from Xilinx at http://www.xilinx.com/ise/logic_design_prod/webpack.htm\r
18Be warned, the pack is huge, 2Gb download and >4Gb installed.\r
19\r
20USAGE\r
21\r
22First of all run the .msi file in devkitWIN\vcredist_x86 to install the VC++\r
23redistributables, without these, nmake, cl and link won't run.\r
24\r
25Get a command prompts in the cockpit directory and pretty much run the batch\r
26files in the order they appear:\r
27\r
280setpath.bat - sets the environment vars for the compile environment\r
291makearm.bat - compiles the files in armsrc, output files in armsrc\obj\r
302makeboot.bat - compiles the files in bootrom, output files in bootrom\obj\r
313makewin.bat - compiles the files in winsrc, output files in winsrc\obj\r
324flashos.bat - attempts to upload the OS image to the proxmark3 board\r
33\r
34ACKNOWLEDGMENTS\r
35\r
36Thanks to J Westhues for the original proxmark, Roel and the proxmark.org\r
37community. This pack may contain F/OSS or free but copyrighted software\r
38from Xilinx, Microsoft and others. All trademarks are the property of\r
39their respective owners. All rights reserved.\r
Impressum, Datenschutz