From bf2017dfd996a070d2783af7c7d34039e30fdbec Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 23 Apr 2004 09:21:42 +0000 Subject: First version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4551 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/cygwin_sdk.t | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 www/docs/cygwin_sdk.t diff --git a/www/docs/cygwin_sdk.t b/www/docs/cygwin_sdk.t new file mode 100644 index 0000000000..0680cdf608 --- /dev/null +++ b/www/docs/cygwin_sdk.t @@ -0,0 +1,55 @@ +#define _PAGE_ Setting up a cygwin Rockbox development environment +#include "head.t" + +

Setting up a Cygwin development environment

+

+ Eric Lassauge has kindly compiled the SH-1 cross GCC tools as Cygwin packages + and put them up for us to use. + +

Step 1: Download the cygwin installer

+

+ Go to the cygwin home page, http://www.cygwin.com + and download setup.exe from there ("Install or update now!"). + +

Step 2: Install the base development environment

+

+ If you are unsure about the questions asked by the installer, just choose + the default. +

+ When you are asked to select the packages to install, select the following, + except for the Base, which is required: + +

+ +

+ If you have CVS commit access, you also want to install SSH: + +

+ +

Step 3: Select the Eric's mirror site and install

+

+ Start the Setup program again. When the installer prompts you for a mirror + site URL, enter http://lassauge.free.fr/cygwin in the "User URL" field. + +

+ Then select your packages and install: + +

+ + +#include "foot.t" -- cgit v1.2.3