create
directory for pythia and copy source code (i.e. pythia6226.f):
mkdir pythia
cd pythia62 now prepare for
library creation (needfsplitfor that)
fsplit pythia6226.f
mv pythia6226.f pythia6226.fold
make (with this Makefile)
3. get hztool fromhere and follow steps for installation or do the following: mkdir hztool
cd hztool
export
CVSROOT=:pserver:guest@cvs.hep.ucl.ac.uk:/home/jetweb cvs login [hit return] cvs co hztool cvs co Makedir (only needed once) setenv HZTOOL_ROOT hztool (full path of hztool directory needed) cd hztool/cmd make lib
4. get
CASCADE fromhere
tar xvfz cascadevxxxx-nhera.tgz
cd cascadev12008-nhera
edit
Makefile and insert the proper paths to
pyhtia, pdflib, bases and hztool