Installing Xyce

Installation packages are named according the target operating system and architecture (parallel or serial).

Install_Xyce_linux.tar.gz (Linux Serial)

Install_Xyce_linux_MPI.tar.gz (Linux Parallel)

Install_Xyce_mingw.zip (Windows)

 

Unix/Linux:

1. Unpack the appropriate package for your platform. A similarly named installation directory is then created.

$ gzip -d Install_Xyce_linux.tar.gz
$ tar xf Install_Xyce_linux.tar

2. Enter this directory and run the installation shell script.

$ cd Install_Xyce_linux
$ sh install_linux.sh

3. Provide the requested information.

Where should Xyce be installed?
/usr/local/Xyce-1.0

4. Read the documentation located under doc.directory for more information.

Windows:

1. Unpack the appropriate package for your platform. A similarly named installation directory is then created. Windows users can unpack with programs such as WinZip, PKZip, Winrar, etc.

2. Enter this directory and run the installation shell script. Windows users should run the install.bat batch file.

3. Provide directory to which Xyce should be installed, if prompted.

4. Read the documentation located under doc.directory for more information.

Last Modified: July 20, 2004