The aim of this section is to help installing, configuring and using the CALICE software.
Here are the hosts and addresses we use at the LLR:
- LCIO: see svn/calice/online-sw/trunk/doc/build-lcio.txt
$ cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcio co -d v01-51 -r v01-51 lcio
$ mkdir build # <-- create an out-of-source directory for the build
$ cd build
$ cmake .. # check build options ( change options with: cmake -DOPTION=ON|OFF .. or use: ccmake .. )
$ make install
- BOOST:
- System C:
$ cd /tmp
$ scp calice@polcaldaq:Downloads/pkg/osci/systemc-2.2.0.tgz .
$ scp calice@polcaldaq:Downloads/pkg/osci/TLM-2.0.1.tgz .
$ scp calice@polcaldaq:Downloads/pkg/osci/sc-2.2-intrepid64.diff .
$ tar -zxf ...
$ less INSTALL
$ mkdir objdir && cd !$
$ mkdir -b ~/stow/osci (todo before configure!)
$ ../configure --prefix=/usr/local/stow/osci
$ patch -p1 < ../sc-2.2-intrepid64.diff
$ make
# make install
# cd ..
# mv TLM-2009-07-15/ /usr/local/stow/osci/share
# cd /usr/local/stow/
# stow -v osci
- ftdidrv:
# aptitude install libftdi-dev
- test_usb_dif:
# aptitude install libpcre3-dev
|