User Tools

Site Tools


sframe:addpackage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sframe:addpackage [2014/03/14 12:23] – created clangesframe:addpackage [2014/03/14 12:30] (current) clange
Line 33: Line 33:
  
 Now add the needed files step by step. Make sure you only add the cxx files from src that are needed (e.g. no Dict files). Same applies for the include directory (don't forget the LinkDef file). Also don't add the dep directory. The only other directories you might need to add are config and proof. Now add the needed files step by step. Make sure you only add the cxx files from src that are needed (e.g. no Dict files). Same applies for the include directory (don't forget the LinkDef file). Also don't add the dep directory. The only other directories you might need to add are config and proof.
 +Here's an imcomplete list of files that must **not** be added:
 +  * *_Dict.cxx
 +  * *.so
 +  * *.root
 +  * all other binary files such as plots
 +  * dep directory
 +
 Once you've added the desired files type Once you've added the desired files type
  
Line 41: Line 48:
  
 Delete your checked-out copy of MyNewPackage and check it out again: Delete your checked-out copy of MyNewPackage and check it out again:
-{{{ + 
-svn co svn+ssh://svn.cern.ch/reps/desyatfw/CommonAnalysis/YourChoice/MyNewPackage/trunk MyNewPackage +  svn co svn+ssh://svn.cern.ch/reps/desyatfw/CommonAnalysis/YourChoice/MyNewPackage/trunk MyNewPackage 
-cd MyNewPackage +  cd MyNewPackage 
-source setup.sh +  source setup.sh 
-make +  make 
-}}}+
sframe/addpackage.1394796212.txt.gz · Last modified: 2014/03/14 12:23 by clange