Installing Pythia6 event generator interface

Hi,

I’ve installed ROOT on my computer a while ago, without including the Pythia interface libraries. Now, I need it… Is it possible to add them to the existing ROOT configuration, or should I unistall ROOT and instal it anew?

I appreciate all helpful comments!
Konrad

You only need to run ./configure again adding, eg
–with-pythia6-libdir=$HOME/pythia6/
make
make map

This will build libEGPythia66.so and a new version of etc/system.rootmap

Copy these two files at the place where you installed the libs.

Rene

Thanks! :slight_smile:

Konrad