You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

How to Run SiD Sim and Reco on your desktop/laptop ?

First of all, you need a recent linux box with the following ingredients

  • C/C++ Compiler
  • Java
  • Maven
  • QT
  • CERNLIB

I've used OpenSuse 12.3 x86-64 with gcc 4.7.2 , qt 4.8  and Java OpenJDK 1.7.0_21

all modified scripts can be found in this tarball

Preparation

Prepare an area:

 mkdir /scratch/sid_complete

then get the most "recent" CERNLIB from here

install the CERNLIB in therein the folder /scratch/sid_complete/cernlib2006

ILCSOFT installation

Get ilcinstall from here: ilcinstall

I've used : v01-17-02

tar -xzvf ilctools-v01-17-02.tar.gz
cd v01-17-02
cd releases/v01-17/

there are two scripts .... release-version.py (that needs to be adapted) and release-sid.cfg, which does contain all the packages you'll need for running SiD software.

you can test the installation with the -p switch and you can run it with the -i switch

cd v01-17-02
./ilcsoft-install  -p releases/v01-17/release-sid.cfg
./ilcsoft-install  -i releases/v01-17/release-sid.cfg
  • No labels