Cygwin setup

From RISC OS
Revision as of 12:19, 14 November 2006 by Adamr (talk | contribs) (Typo)
Jump to navigationJump to search

Cygwin is a Linux-like environment for Windows. It can be used to cross-compile Linux applications for RISC OS.

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 mirror (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
  • wget

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.

If you're not familiar with unix commands it might be worth doing a bit of research with Google. To get you started, you could try:

Links