Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
Oct 26, 2006, 9:08:38 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Vincent Garonne/emailAddress=garonne@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    1010== Technical details ==
    1111
    12 The system described in this document is based uses SVN and CMT to compile libraries and executables.
     12The system described in this document is based uses SVN and CMT to compile libraries and executables. SVN is ubiquitous, so it's not a problem. CMT is also easy to install, but it is not usually available by default. We provide in the distribution tarball an embeded CMT version but we still give here more informations about it and how to install it.
    1313
    14 === Connection to the Subversion Repository ===
     14=== Connection to the SVN Repository ===
    1515
    16 We are using the SVN repository:
     16We are using the SVN repository at
    1717
    1818{{{
     
    2020}}}
    2121
     22If you are interest to get the code directly from svn you should do the following command:
     23
     24{{{
     25$ svn co  https://svn.lal.in2p3.fr/projects/GuineaPig/<version> GuineaPig++
     26
     27}}}
    2228
    2329=== CMT ===
    24 
    2530
    2631The CMT development is lead by Christian Arnault and Vincent Garonne of LAL. It has been designed from the ground up to work well for physics experiments and seems to be the build system of choice for the LHC experiments (e.g. ATLAS, LHCb). It is already quite polished and represents a major step forward from the make/autoconf systems.
     
    4752== Download ==
    4853
     54You should first download the source kit of GuineaPig++ (this kit is complete for a local rebuild).
     55
     56Then, you have to perform the installation by running:
     57
     58{{{
     59   > cd <some root>/CMT/v1r<nn>p<xxx>/mgr
     60   > ./INSTALL
     61   > source setup.[c]sh
     62   > cd .../<guineapig++>
     63   > cmt make or make
     64}}}
     65