This file describes, how to install the PASCAL-XSC to C system with binary IEEE arithmetic on a LINUX machine. 1. cd to the directory, where you want to install the PASCAL-XSC system. The directory pxsc will be created as a subdirectory. 2. Copy the files install and pxsc.Z to this directory. 3. Enter the command sh ./install 4. Each authorized user must define the environment variable PXSC_SYS as described by "install". 5. Each authorized user must change the environment variable PATH as described by "install". 6. Ask your system administrator to define a symbolic link "pxsc" in the directory "/usr" by means of the command: ln -s `pwd`/pxsc /usr If this is done, step 4 may be omitted because "/usr/pxsc/sys/" is the default value for PXSC_SYS. 7. Ask your system administrator to add the directory "pxsc/bin" to the general PATH variable. If this is done, step 5 may be omitted.