HOW  TO  INSTALL  AND  RUN   ESPACE

This page is presently maintained by Bob Michaels rom@cebaf.gov.

-----


1) First decide whether you want to install and compile your own version of the analysis software (follow steps 2 through 5; give in step 2 the directory where you want to install it as 'your_directory') or whether you want to run the preinstalled version on the work disk (skip steps 3-5; give in step 2 the directory '/work/halla/software' as 'your_directory')

Steps 3-5 are installation notes. Step 6 explains the files you need. For more details, see the ESPACE manual from Feb 28, 1997 (the latest version from E.A. Offerman), espace.ps.

2) Add the following lines to your login file :

Additions to .login file

setenv HALLA_DIR 'your_directory'

setenv LOC_HALLA_BIN $HALLA_DIR/bin//$OSNAME

setenv PATH $LOC_HALLA_BIN/:$PATH

(Bob) Sometimes better than above: set path = ($LOC_HALLA_BIN $path)

Additions to .login file on SunOs

setenv LD_LIBRARY_PATH /usr/dt/lib

Execute the login file by giving the command 'source .login' or logging out and in again. Now the necessary logicals have been defined.

----- 3) ftp the distribution file for the Sept 21, 1997 version 2.4.0 of ESPACE, which is distribution-2.4.0-src.tar, to your machine and type 'cd $HALLA_DIR'. For description of changes in this version, as well as earlier versions, see the version history.

If you want the linux version see http://studbolt.physast.uga.edu/templon/espace_cernlib.html



4) type 'tar xvf ~/distribution-2.4.0-src.tar'.

5) type 'make install-all'. This will take anywhere from 10 to 30 minutes and print lots of information on your screen. If it worked, you will have an executible 'espace' in the directory pointed to by the environment variable $LOC_HALLA_BIN


6) Here is a list of files you need to get started and do a minimal analysis. For FPP, the list is much longer.

Last updated 21-Sep-97
R. Michaels, rom@cebaf.gov