...
- Download www.cygwin.com/setup.exe from the www.cygwin.com.
- Double-click on it .Click and click Next.
- Select Install from Internet.Click and click Next.
- Enter your preferred Root Directory.Click and click Next.
- Enter your preferred Local Package Directory, which can be the same as the Root Directory.Click , and then click Next.
- Select Direct Connection, if it is not already.Click , click Next.
- Select a site from the Available Download Sites. Servers inside your country will probably be fastest. I use ftp://ftp.sunsite.utk.edu.
- Click Next.
- In the Cygwin Setup - Select Packages window, you need to make sure that the following tools are selected by clicking in the corresponding box under the New column until you see a version number.
- Required packages.
- Devel -> cvs
- Devel -> gcc-core
- Devel -> gcc-g++
- Devel -> make
- Base -> gzip
- Base -> tar
- Tool for downloading package tarballs and zip files.
- Web -> wget
- If you want to use Geant4's OpenGL drivers, you need to install X Windows, too. I believe these two packages should give you all the required X11 dependencies.
- X11 -> xorg-x11-base
- X11 -> xorg-x11-xwin
- Required packages.
- Click Next after you have selected the packages.
- Cygwin will now automatically download and install all the selected packages. It might take awhile, so now is the time to go get some coffee.
- If desired, select Create icon on Desktop or Add icon to Start Menu.
- Click Finish.
...