]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Building per folder
authoralibits <alina.gabriela.grigoras@cern.ch>
Mon, 15 Dec 2014 13:55:11 +0000 (14:55 +0100)
committeralibits <alina.gabriela.grigoras@cern.ch>
Mon, 15 Dec 2014 13:55:11 +0000 (14:55 +0100)
INSTALL.txt

index 5544063faa8e47602abb93b57637fa8c367950de..20d65814c1655ea60015a521237ca4a8da9a8a16 100644 (file)
@@ -117,6 +117,14 @@ for the generation of DAs (full documentation HERE -> link to daq documentation)
     or
     $ make -j16 VERBOSE=1 # verbose mode enabled only for this make command
     
+    Running "make" inside the root of the build directory will trigger the build of the full AliRoot.
+    Building per folder is possible. Just switch to the folder in question and run "make". This will
+    trigger the build of the current folder plus all its dependencies.
+    
+    Example:
+    $ cd PWGJE/EMCALJetTasks
+    $ make -j16
+    
 6. Install AliRoot
     If the build finished successfuly than AliRoot can be properly installed inside "install" folder
     Inside the build folder run: