Versions Compared

Key

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

...

When you want to run later in a Cygwin shell, $XERCESCROOT/bin should be in the PATH, so that Windows can find the DLL at runtime. Since the other applications were linked-in statically, this should be the only setup requirement at runtime.

  1. Start -> Cygwin -> Cygwin Bash Shell
  2. Add Xerces-C++ bin to the path.
    No Format
    export PATH=/cygdrive/c/sim/xerces/bin:$PATH
    
  3. Go to SLIC directory.
    No Format
    cd /cygdrive/c/sim/slic
    
  4. Run the executable.
    No Format
    bin/WIN32-g++/slic [options]
    

...