Cygwin setup: Difference between revisions
From RISC OS
Jump to navigationJump to search
(Simple guide to setting up Cygwin) |
|||
Line 15: | Line 15: | ||
If any of these are missing or you need to make changes, you can re-run the Cygwin setup program at any time. |
If any of these are missing or you need to make changes, you can re-run the Cygwin setup program at any time. |
||
Once this is done, running Cygwin from the Start menu or Desktop icon will present the "bash" console. |
Once this is done, running Cygwin from the Start menu or Desktop icon will present the "bash" console. |
||
== Links == |
|||
* Back to [[Using GCCSDK]] |
Revision as of 12:38, 23 October 2006
Setting up Cygwin
Setting up Cygwin is fairly straight forward. Download and run the installer from the Cygwin homepage. Following the default setup will probably be OK. Choose a suitable mirrow (e.g. ftp://mirror.ac.uk/) and make sure that the following (binary) packages are installed under the "devel" tree:
- autoconf
- automake
- binutils,
- bison
- flex
- gcc
- gcc-core
- gcc-g++
- gperf
- make
- svn
If any of these are missing or you need to make changes, you can re-run the Cygwin setup program at any time. Once this is done, running Cygwin from the Start menu or Desktop icon will present the "bash" console.
Links
- Back to Using GCCSDK