]> git.uio.no Git - u/mrichter/AliRoot.git/blame - doc/aliroot-primer/scripts/confroot
extension .F -> .f
[u/mrichter/AliRoot.git] / doc / aliroot-primer / scripts / confroot
CommitLineData
967f5306 1#!/bin/sh
2
3cd root
4export ROOTSYS=`pwd`
5
6ALIEN_ROOT=/opt/alien
7
8./configure \
9 --with-pythia6-uscore=SINGLE \
10 --enable-cern --enable-rfio \
11 --enable-mathmore --enable-mathcore --enable-roofit \
12 --enable-asimage --enable-minuit2 \
13 --enable-alien --with-alien-incdir=${ALIEN_ROOT}/api/include \
14 --with-alien-libdir=${ALIEN_ROOT}/api/lib