Changes between Version 66 and Version 67 of WikiStart


Ignore:
Timestamp:
Nov 14, 2006, 6:09:59 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Guy Le Meur/emailAddress=lemeur@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v66 v67  
    2323=== [wiki:DownloadSvn download from the SVN Repository] ===
    2424
    25  === Compile the software ===
     25 == Compile the software ==
    2626
    27 [wiki:CompileTarballCmt  from tarball with CMT included]
    28 [wiki:CompileSvn  in svn checkout SVN ]
     27=== [wiki:CompileTarballCmt  from tarball with CMT included] ===
     28=== [wiki:CompileSvn  in svn checkout SVN ] ===
    2929
    3030
    31 To compile the software:
    32 
    33 CMT should have been installed by :
    34 
    35 {{{
    36    > cd <some root>/CMT/v1r<nn>p<xxx>/mgr
    37    > ./INSTALL
    38 }}}
    39 
    40 to compile and provide an executable :
    41 
    42 {{{
    43    > source setup.[c]sh (once for a session)
    44    > cd <some directoy name>/cmt
    45    > cmt make or make
    46 }}}
    47 
    48 E.g. with version guineapig++-0.1.0-b from tarball:
    49 
    50 {{{
    51 > tar -xvzf guineapig++-0.1.0-b.tar.gz
    52 > cd guineapig++-0.1.0-b/external/CMT/v1r18p20061003/mgr
    53 > ./INSTALL
    54 > source setup.[c]sh
    55 > cd ../../../../cmt/
    56 > [g]make
    57 }}}
    58 
    59 the executable is in a directory <some directoy name>/<binaries>
    60 
    61 the name of <binaries> is  determined by CMT, from the name of the machine. It is like : Linux-i686 or Darwin (on Macintosh) etc.
    62 
    63 
    64 Enjoy this product!
     31Enjoy!
    6532
    6633Any question, remark or suggestion are welcome ! Please submit a report [https://trac.lal.in2p3.fr/GuineaPig/newticket here]