Differences between revisions 1 and 2
Revision 1 as of 2008-10-10 18:35:22
Size: 238
Comment:
Revision 2 as of 2008-10-10 18:36:42
Size: 342
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
{{{./configure linuxx8664gcc --prefix=/cvs/cds/caltech/apps/linux64/root}}}
Expand the archive and run the configure script.
{{{
./configure linuxx8664gcc --prefix=/cvs/cds/caltech/apps/linux64/root
}}}
Build & install.
{{{
make
make install
}}}

Building LIGO softwares for 64 bit linux

GDS software

Installing ROOT

Download ROOT-5.20 from http://root.cern.ch/root/Version520.html

Expand the archive and run the configure script.

./configure linuxx8664gcc --prefix=/cvs/cds/caltech/apps/linux64/root

Build & install.

make
make install

Building_LIGO_softwares_for_64_bit_linux (last edited 2012-01-03 23:02:40 by localhost)