Changes between Version 29 and Version 30 of WikiStart


Ignore:
Timestamp:
Oct 27, 2006, 5:50:42 PM (18 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Guy Le Meur/emailAddress=lemeur@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v29 v30  
    5858}}}
    5959
    60 the format of version is : guineapig++-x.x.x-b
     60the format of <version> is : guineapig++-x.x.x-b
    6161
    6262for the moment the only available version is guineapig++-0.1.0-b
     
    6666=== Compile the software ===
    6767
    68 To compile and run the software:
     68To compile the software:
     69
     70CMT should have been installed by :
    6971
    7072{{{
    71    > cd <some root>/external/CMT/v1r<nn>p<xxx>/mgr
     73   > cd <some root>/CMT/v1r<nn>p<xxx>/mgr
    7274   > ./INSTALL
    73    > source setup.[c]sh
    74    > cd <some root>/cmt
     75}}}
     76
     77to compile and provide an executable :
     78
     79{{{
     80   > source setup.[c]sh (once for a session)
     81   > cd <...guineapig++/<version>/cmt
    7582   > cmt make or make
    7683}}}
    7784
     85the executable is in a directory <...guineapig++/<version>/<binaries>
     86
     87the name of <binaries> is  determined by CMT, from the name of the machine. It is like : Linux-i686 or Darwin (on Macintosh) etc.
    7888
    7989Enjoy this product!