Changes between Version 71 and Version 72 of VincentFAQ
- Timestamp:
- Apr 19, 2006, 10:48:35 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentFAQ
v71 v72 29 29 30 30 The 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 32 Cmt considers a package every directory which has a cmt directory with a requirements file inside. 33 34 35 === What is a subpackage? === 36 37 A subpackage is a cmt package physicaly under another cmt package, e.g: 38 39 package 40 packageA/ 41 packageA/cmt 42 packageA/cmt/requirements 43 packageA/directory 44 packageA/directory/toto 45 packageA/packageB 46 packageA/packageB/cmt 47 packageA/packageB/cmt/requirements 48 49 In this example, packageB is a subpackages of packageA 50 51 31 52 32 53 === How to install CMT? ===
