Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Select Start Menu -> Cygwin -> Cygwin Bash Shell
  2. Type cvs.
    • The usage should be shown.
  3. Type g++. It should say "no input files".
  4. Check that the following commands do not result in a command not found message.
  • cvs
  • gcc
  • g++
  • tar
  • wget
  • make

Java

Work Area

We will install all packages into a common work area.

...