]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
client/COMPILING: move to /COMPILING and add instructions to be able to compile the...
authorizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Tue, 23 Feb 2010 22:10:35 +0000 (22:10 +0000)
committerizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Tue, 23 Feb 2010 22:10:35 +0000 (22:10 +0000)
COMPILING [new file with mode: 0644]
client/COMPILING [deleted file]

diff --git a/COMPILING b/COMPILING
new file mode 100644 (file)
index 0000000..118305f
--- /dev/null
+++ b/COMPILING
@@ -0,0 +1,81 @@
+The project compiles on Linux, Mac OS X and Windows (MinGW/MSYS).
+
+it requires:
+- gcc >= 4.4
+- libpthread
+- libreadline
+- libusb
+- perl
+- an ARM cross-compiler to compile the firmware
+
+and optionally QT for the GUI
+
+
+To compile, just run "make".
+
+===========
+= Windows =
+===========
+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).
+
+1 - Install QT SDK for Windows [1]
+
+In the following instructions, we'll assume you installed it to C:\QT
+
+2 - MSYS-1.0.11 [2]
+
+Just follow the installation procedure.
+When asked if you have MinGW installed and for its path, provide:
+C:/QT/mingw
+
+3 - readline-5.0-1-bin [5]
+
+From this archive, copy:
+bin/* to C:\QT\mingw\bin
+include/* to C:\QT\mingw\include
+lib/*.a to C:\QT\mingw\lib
+
+4 - libusb-win32-device-bin-0.1.12.2 [6]
+
+Be careful here, it is *NOT* working with the filter version!
+Likewise copy:
+include/usb.h to C:\QT\mingw\include
+lib/gcc/libusb.a to C:\QT\mingw\lib
+
+
+5 - Install DevkitPro [5]
+
+You'll need it to compile the firmware (ARM) side.
+You only need devkitARM, nothing more (no extra lib or anything else)
+Assuming you installed it to C:\devkitpro, make sure you set
+the DEVKITARM environment variable to /c/devkitPro/devkitARM :
+export DEVKITARM=/c/devkitPro/devkitARM
+
+6 - Install Strawberry Perl [6]
+
+Download links:
+
+[1] http://qt.nokia.com/downloads/sdk-windows-cpp
+[2] http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe
+[3] http://sourceforge.net/projects/gnuwin32/files/readline/5.0-1/readline-5.0-1-bin.zip/download
+[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
+[5] http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitProUpdater-1.5.0.exe/download
+[6] http://strawberry-perl.googlecode.com/files/strawberry-perl-5.10.1.1.msi
+
+Rather than download and install every one of these packages, a new ProxSpace
+environment archive file will be made available for download on the project
+page at http://code.google.com/p/proxmark3/downloads/list
+
+Download the ProxSpace environment archive and extract it to C:\
+
+============
+= Mac OS X =
+============
+
+macport stuff should do ;)
+
+============
+=   Linux  =
+============
+
+
diff --git a/client/COMPILING b/client/COMPILING
deleted file mode 100644 (file)
index 4e15107..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-The client compiles on Linux, Mac OS X and Windows (MinGW/MSYS).
-
-it requires:
-- gcc
-- libpthread
-- libreadline
-- libusb
-
-and optionally libQT
-
-
-To compile, just run "make".
-
-===========
-= Windows =
-===========
-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).
-
-1 - Install QT SDK for Windows [1]
-
-In the following instructions, we'll assume you installed it to C:\QT
-
-2 - MSYS-1.0.11 [2]
-
-Just follow the installation procedure.
-When asked if you have MinGW installed and for its path, provide:
-C:/QT/mingw
-
-3 - readline-5.0-1-bin [5]
-
-From this archive, copy:
-bin/* to C:\QT\mingw\bin
-include/* to C:\QT\mingw\include
-lib/*.a to C:\QT\mingw\lib
-
-4 - libusb-win32-device-bin-0.1.12.2 [6]
-
-Be careful here, it is *NOT* working with the filter version!
-Likewise copy:
-include/usb.h to C:\QT\mingw\include
-lib/gcc/libusb.a to C:\QT\mingw\lib
-
-Download links:
-
-[1] http://qt.nokia.com/downloads/sdk-windows-cpp
-[2] http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe
-[3] http://sourceforge.net/projects/gnuwin32/files/readline/5.0-1/readline-5.0-1-bin.zip/download
-[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
-
-Rather than download and install every one of these packages, a new ProxSpace
-environment archive file will be made available for download on the project
-page at http://code.google.com/p/proxmark3/downloads/list
-
-Download the ProxSpace environment archive and extract it to C:\
-
-============
-= Mac OS X =
-============
-
-macport stuff should do ;)
-
-============
-=   Linux  =
-============
-
-
Impressum, Datenschutz