From 9cc7c4b4d13702122da3b7306391f411c030dc27 Mon Sep 17 00:00:00 2001 From: "izsh@fail0verflow.com" Date: Tue, 23 Feb 2010 22:10:35 +0000 Subject: [PATCH 1/1] client/COMPILING: move to /COMPILING and add instructions to be able to compile the firmware as well. --- client/COMPILING => COMPILING | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) rename client/COMPILING => COMPILING (69%) diff --git a/client/COMPILING b/COMPILING similarity index 69% rename from client/COMPILING rename to COMPILING index 4e15107f..118305fa 100644 --- a/client/COMPILING +++ b/COMPILING @@ -1,12 +1,14 @@ -The client compiles on Linux, Mac OS X and Windows (MinGW/MSYS). +The project compiles on Linux, Mac OS X and Windows (MinGW/MSYS). it requires: -- gcc +- gcc >= 4.4 - libpthread - libreadline - libusb +- perl +- an ARM cross-compiler to compile the firmware -and optionally libQT +and optionally QT for the GUI To compile, just run "make". @@ -40,12 +42,25 @@ 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 -- 2.39.2