Changes between Version 21 and Version 22 of VincentFAQ


Ignore:
Timestamp:
May 9, 2005, 12:41:41 PM (21 years ago)
Author:
garonne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentFAQ

    v21 v22  
    8989 * Darwin (Mac OS X)
    9090
    91 == CMT's design == 
     91== CMT's design ==
    9292
    93 = What are the architecture of the environment ? =
     93=== What are the architecture of the environment ? ===
    9494This environment is based on the fact that one of its packages (named CMT ) provides the basic
    9595management tools. CMT , as a package, has very little specificities and as such itself obeys the
     
    117117packages (through locks) etc...).
    118118
    119 = User FAQ =
     119== User FAQ ==
    120120
    121 == How to create a package ? ==
     121=== How to create a package ? ===
    122122
    123123 cmt create <package_name> <version>
    124124
    125 == Does the "requirements" file support comments ? ==
     125=== Does the "requirements" file support comments ? ===
    126126
    127127Yes. A comment starts with a hash character (#) that is not part of a string literal, and ends at the end of the physical line.