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".

You are now ready to begin the package installations.

Info

Leave your Cygwin window open, as you will be using it throughout the installation.

Java

Work Area

We will install all packages into a common work area.

  1. From the Cygwin shell, create a work directory for SLIC and its external dependencies.
    No Format
    cd /cygdrive/c
    mkdir sim
    cd sim
    
  2. Create the file setup.sh with the following contents. (We will be adding to this file as the installation proceeds.)
    No Format
    #!/bin/sh
    export sim_work=/cygdrive/c/sim
    

You are now ready to begin the package installations.

Info

Leave your Cygwin window open, as you will be using it throughout the installation.

Package Installations

CLHEP

...