Changes between Version 55 and Version 56 of VincentFAQ
- Timestamp:
- May 11, 2005, 10:52:42 AM (21 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentFAQ
v55 v56 174 174 You don't have to be root to use CMT. 175 175 176 === The CMT command is not found === 177 178 Users have to connect to CMT by doing: 179 {{{ 180 unix-csh> source <some root>/CMT/v1r<nn>p<xxx>/mgr/setup.csh 181 }}} 182 or 183 {{{ 184 unix-sh> . <some root>/CMT/v1r<nn>p<xxx>/mgr/setup.sh 185 }}} 186 or 187 {{{ 188 dos> call <some root>\CMT\v1r<nn>p<xxx>\mgr\setup.bat 189 }}} 190 191 192 176 193 === How to create a package? === 177 194 178 cmt create <package_name> <version>195 cmt create <package_name> <version> 179 196 180 197 === Does the "requirements" file support comments? === … … 183 200 184 201 === How does CMT localize package? === 185 186 202 187 203 === How do I configure CMT to work with CVS? ===
