X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=INSTALLDA.txt;h=59164042134dbac87b3784e60f0a6c24eaa1ca72;hb=d687eb804414252022e2a0ac3b25a80a1aa808f5;hp=fd5490d6191e9f927159b42d3dc86cd1aa9ef0b8;hpb=7c984355c47a47fd5c0c8ca099f6ee7691dbb309;p=u%2Fmrichter%2FAliRoot.git diff --git a/INSTALLDA.txt b/INSTALLDA.txt index fd5490d6191..59164042134 100644 --- a/INSTALLDA.txt +++ b/INSTALLDA.txt @@ -109,6 +109,9 @@ DAs build and rpm creation are enabled through the cmake configuration parameter -DDA=ON -DARPM=ON +DA set to ON will enable only the build of the DAs, but not the creation of the RPMs +If DARPM is set to ON than DA is automatically enabled. + The mandatory requirements have to be specified -DAMORE_CONFIG=PATH_TO_amore-config -DDATE_CONFIG=PATH_TO_date-config @@ -131,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 -