Changes between Version 10 and Version 11 of VincentTrial


Ignore:
Timestamp:
May 6, 2005, 12:35:47 PM (21 years ago)
Author:
garonne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentTrial

    v10 v11  
    9090}
    9191}}}
     92
     93Then to construct the executable, we need to specify within the "reqirements" file in the cmt directory :
     94{{{
     95> cd cmt
     96> more requirements
     97package test
     98application test hello.cxx main.cxx
     99}}}
     100Now we can compil and execute:
     101{{{
     102> gmake
     103> source setup.csh
     104> test.exe
     105Hello le world !!!
     106}}}
     107