]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - INSTALLDA.txt
doxy: MUON macros, refs, src links, no coll graph
[u/mrichter/AliRoot.git] / INSTALLDA.txt
index fd5490d6191e9f927159b42d3dc86cd1aa9ef0b8..59164042134dbac87b3784e60f0a6c24eaa1ca72 100644 (file)
@@ -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
-