Versions Compared

Key

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

...

If you receive an error message about a missing DLL cygxerces-c26.dll, then make sure that the PATH is setup correctly and Xerces-C++ was properly installed.

Warning

If you encounter difficulties running macros, it may be due to the different DOS and Unix end-of-line definitions. You can convert files using:

No Format

dos2unix mymacro.mac

In order to To run with OpenGL visualization, an X-server needs to be running on your machine.

This command will start the Cygwin X-server.

If you encounter difficulties running macros, it may be due to the different DOS and Unix end-of-line definitions. You can convert files using:

dos2unix mymacro.mac
No Format
startxwin.sh
Warning
No Format

Then you need to run SLIC from the xterm that pops-up. At least on my setup, it does not work to run the binary from the plain Cygwin window.

Final Setup Script

The final version of setup.sh (without OpenGL visualization) should be similar to this.

...