Changes between Version 8 and Version 9 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    1010== Technical details ==
    1111
    12 The 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.
     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 embedded CMT version. Anyway, we still give here more informations about this product and how to install it.
    1313
    1414=== Connection to the SVN Repository ===
     
    2626}}}
    2727
    28 === CMT ===
     28=== What is included  ===
     29
     30External packages required for support
     31
     32    * CMT
     33    * ...
     34
     35These are all part of the GuineaPig++ package.
     36
     37==== CMT ====
    2938
    3039The 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.
     
    4958
    5059
    51 == Installation ==
     60== GuineaPig++ Installation ==
    5261
    5362=== Download ===
     
    6675   > cmt make or make
    6776}}}
    68 
    69 
    70 === What is included  ===
    71 
    72 External packages required for support
    73 
    74     * CMT
    75     * ...
    76 
    77 These are all part of the GuineaPig++ package.
    78 
    79