Changes between Version 10 and Version 11 of VincentTrial
- Timestamp:
- May 6, 2005, 12:35:47 PM (21 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentTrial
v10 v11 90 90 } 91 91 }}} 92 93 Then to construct the executable, we need to specify within the "reqirements" file in the cmt directory : 94 {{{ 95 > cd cmt 96 > more requirements 97 package test 98 application test hello.cxx main.cxx 99 }}} 100 Now we can compil and execute: 101 {{{ 102 > gmake 103 > source setup.csh 104 > test.exe 105 Hello le world !!! 106 }}} 107
