Install & Build Instructions
ACTS is using CMake for building.
Install & Build instructions with Cern AFS access
set up the compiler
source /afs/cern.ch/sw/lcg/contrib/gcc/4.9.3/x86_64-slc6/setup.sh
clone the a-common-tracking-sw repository from git
git clone ssh://git@gitlab.cern.ch:7999/acts/a-common-tracking-sw.git
cd a-common-tracking-sw
mkdir build; cd build;
configure cmake
cmake .. -DEIGEN_INCLUDE_DIR=/afs/cern.ch/sw/lcg/releases/eigen/3.2.7-292e1/x86_64-slc6-gcc49-opt/include/eigen3/ -DCMAKE_INSTALL_PREFIX=$PWD/installed -DBOOST_ROOT=/afs/cern.ch/sw/lcg/releases/LCG_84/Boost/1.59.0_python2.7/x86_64-slc6-gcc48-opt/include/boost-1_59/
compile
make -j 8
install
make install
test
cd ..
./build/Examples/ACTSGenericDetector