HOW  TO  INSTALL  AND  RUN   ESPACE

-----

1) First decide whether you want to install and compile your own version of the analysis software (follow steps 2-5, and 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. Offermann), 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

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) Download, via ftp the distribution file for the 12 June 1998 version 2.6.1 of ESPACE, which is distribution-2.6.1-src.tar.gz, to your machine. You will need about 50 Mbytes to work productively. For description of changes in this version, as well as earlier versions, see the version history.


4) After downloading the tar file, type 'cd $HALLA_DIR' and then type

gunzip -c distribution-2.6.1-src.tar.gz | tar xvf -

5) Now you're ready to compile. Go to $HALLA_DIR/src/r2-6 and 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 12-Jun-98
Ole Hansen, ole@jlab.org