Changes between Version 10 and Version 11 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    1111
    1212The 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.
    13 
    14 === Connection to the SVN Repository ===
    15 
    16 We are using the SVN repository at
    17 
    18 {{{
    19  https://svn.lal.in2p3.fr/projects/GuineaPig
    20 }}}
    21 
    22 If 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 
    2813
    2914==== CMT ====
     
    6752   > cmt make or make
    6853}}}
     54
     55
     56
     57=== From the SVN Repository ===
     58
     59If you are interest to get the code directly from svn, you should do the following command:
     60
     61{{{
     62$ svn co  https://svn.lal.in2p3.fr/projects/GuineaPig/<version> GuineaPig++
     63}}}
     64
     65We are using the SVN repository at:
     66
     67{{{
     68 https://svn.lal.in2p3.fr/projects/GuineaPig
     69}}}
     70
     71