Windows If you are using Windows you need to install Cygwin from www.cygwin.com. Cygwin is an emulator for a UNIX environment and has many tools available during its installation. At the very least you will need the gcc and gpp compilers provided with Cygwin, but it is easiest to install all of Cygwin's tools so you never have to reinstall it, but may take a long time. Mac If you have a Mac you need to install these tools either from your Mac CD or the given website in the following order: 1. XCode from http://connect.apple.com/ 2. XWindows from http://www.apple.com/downloads/macosx/ 3. Fink (Package Manger and Commander) from http://fink.sourceforge.net/download Once you have a shell environment working, regardless of your operating system, please open your shell and type: >echo $HOME If the path returned has spaces in it this will cause errors. For a temporary fix type: >HOME="PATHNAME" e.g. >HOME="/home/user" For a more permanent solution you can either modify your bashrc file or cygwin.bat file Run bash. $PATH must contain ~/bin and ~/bin/wisp. $HOME cannot have spaces in its path. Running 2CEE: To see an example of 2CEE executing: cd 2cee/1.0 make cd eg ./runExample To use 2CEE with other data, modify runExample and change the pathnames for: RawData DefaultFile ProjectFile Keep in mind that the RawData, DefaultFile, and ProjectFile must all match the formatting of the example datafiles in the eg folder If you have any questions please email Dan Baker at dbaker6@mix.wvu.edu for assistance.