Here are step-by-step instructions for setting up the Cygwin environment for icebox development. Cygwin is only required if you are using a Windows platform for development. Users of Linux, Mac OS X or other UNIX like operating systems will not need to install Cygwin.
Cygwin is available from http://www.cygwin.com/. You can either visit the Cygwin home page and install using the link found there, or just use the link provided here. Your Cygwin installation can be maintained using the same setup program that is used to install Cygwin. This setup program can be used to update, install and uninstall the various Cygwin components.
|
|
F:\cygwin\bin\rxvt.exe -fn "Lucida Console-10" -sl 512 -tn xterm -e /usr/bin/bash --login -iIf your system uses a different letter for the system drive, such as C:, or you installed Cygwin in a different location, you will need to change the path as appropriate. You can set the Target of a shortcut via right-click / Properties... / Shortcut tab
username@computer ~ $ _This is your shell prompt. It indicates your user name, the computer name and the current directory (~ means your home directory), the $ sign means that the shell is ready to accept input and _ is the cursor.