Changes between Version 71 and Version 72 of VincentFAQ


Ignore:
Timestamp:
Apr 19, 2006, 10:48:35 AM (20 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VincentFAQ

    v71 v72  
    2929
    3030The notion of packages represents hereafter a set of software components (that may be applications, libraries, tools etc...) that are to be used for producing a system or a framework. In such an environment, several persons are assumed to participate in the development and the components themselves are either independent or related to each other.
     31
     32Cmt considers a package every directory which has a cmt directory with a requirements file inside.
     33
     34
     35=== What is a subpackage? ===
     36
     37A subpackage is a cmt package physicaly under another cmt package, e.g:
     38
     39package
     40packageA/
     41packageA/cmt
     42packageA/cmt/requirements
     43packageA/directory
     44packageA/directory/toto
     45packageA/packageB
     46packageA/packageB/cmt
     47packageA/packageB/cmt/requirements
     48
     49In this example, packageB is a subpackages of packageA
     50
     51
    3152
    3253=== How to install CMT? ===