From 58051b8b84d0e310206598c5e4eaa3236d36f2c3 Mon Sep 17 00:00:00 2001 From: agrigora Date: Mon, 26 Jan 2015 11:49:05 +0100 Subject: [PATCH] Doc: Build DA using the target name ${DETECTOR}${ALGORITHM}da.exe Adding the second option to build DA by target name --- INSTALLDA.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/INSTALLDA.txt b/INSTALLDA.txt index 8d1941062cc..59164042134 100644 --- a/INSTALLDA.txt +++ b/INSTALLDA.txt @@ -134,17 +134,21 @@ A full configuration line that will enable DA build and rpm creation $ALIROOT_SRC 4.4 Build individual or all DAs -For invidual DA build it is enough to switch to the DetectorName/DA folder +For buiding all the DAs it is enough to run make inside the build folder + $ make + +There are 2 options to build invidual DA. + - Inside build folder switch to detectors DA folder and run make Example $ cd MUON/DA $ make -The "make" will create the DA executable inside the current folder. + - In the main build folder run the DA cmake target + $ make ${DETECTOR}${ALGORITHM}da.exe -To trigger the build off all DA run make inside the root build folder +The "make" will create the DA executable inside main build folder/DETECTOR/DA 4.5 Install the DAs "make install" will install the DA execuable inside $CMAKE_INSTALL_PREFIX/bin and the rpms inside the $CMAKE_INSTALL_PREFIX/darpms - -- 2.39.3