Changes between Version 14 and Version 15 of VincentTrial


Ignore:
Timestamp:
May 6, 2005, 2:37:28 PM (19 years ago)
Author:
garonne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentTrial

    v14 v15  
    1313== How to install CMT ? ==
    1414
    15 See:
    16   * [http://www.cmtsite.org/install.html Install]
     15See: [http://www.cmtsite.org/install.html Install]
     16
     17== How do I get documentation on CMT ? ==
     18
     19All documentation is available on-line, starting at [http://www.cmtsite.org/documents.html Documents].
    1720
    1821== How to create a package ? ==
     
    105108Now we can compil and execute:
    106109{{{
    107 > gmake
     110> cmt make
    108111> source setup.csh
    109 > test.exe
     112> ../Linux-i686/test.exe
    110113Hello le world !!!
    111114}}}