Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Continued filling out the cmdr requirements. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4bacb86a2f13f74c159a4a66ac06ad39 |
User & Date: | andreask 2013-10-21 21:55:57.166 |
Context
2013-10-23
| ||
04:58 | Added first manpages, for the utility packages (util, vcommon, help*). check-in: b1fbdec2c5 user: aku tags: trunk | |
2013-10-21
| ||
21:55 | Continued filling out the cmdr requirements. check-in: 4bacb86a2f user: andreask tags: trunk | |
21:36 | Filled out the basic changelog, and extended the set of requirements. check-in: 714b81acaf user: andreask tags: trunk | |
Changes
Changes to doc/parts/requirements.inc.
1 2 | [comment {--- Project requirements --}] [include rq_tcl85.inc] | | < | > | 1 2 3 4 5 6 7 | [comment {--- Project requirements --}] [include rq_tcl85.inc] [include rq_tcloo.inc] [include rq_tcllib.inc] [include rq_linenoise.inc] [comment {-- [include rq_linenoiseutils.inc] --}] [include rq_kettle.inc] |
Added doc/parts/rq_linenoise.inc.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | [subsection Linenoise] The framework uses the [package linenoise] package in its implementation. This package requires Tcl 8.5 or higher. [para] Out of the many possibilites for getting Linenoise (OS vendor, os-independent vendor, building from sources) use whatever you are comfortable with. [para] For myself, I am most comfortable with using [uri http://www.activestate.com ActiveState's] ActiveTcl distribution and TEApot. [para] See the previous section ([sectref Tcl]) for disclosure and information on how to get it. [para] Assuming that ActiveTcl got installed running the command [example { teacup install linenoise }] will install the package for your platform, if you have not done the more inclusive [example { teacup update }] to get everything and the kitchensink. [para] For those wishing to build and install Linenoise on their own, the relevant sources can be found at [uri http://github.com/andreas-kupries/tcl-linenoise] together with the necessary instructions on how to build it. [para] If there are problems with building, installing, or using linenoise please file a bug against Linenoise, or the vendor of your distribution, and not [package [vset PROJECT]]. |
Changes to doc/parts/rq_tcllib.inc.
︙ | ︙ | |||
27 28 29 30 31 32 33 | [para] See the previous section ([sectref Tcl]) for disclosure and information on how to get it. [para] Assuming that ActiveTcl got installed running the commands [example { | > > > > > > > > | > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | [para] See the previous section ([sectref Tcl]) for disclosure and information on how to get it. [para] Assuming that ActiveTcl got installed running the commands [example { teacup install debug teacup install debug::caller teacup install json::write teacup install lambda teacup install oo::util teacup install string::token::shell teacup install struct::queue teacup install term::ansi::code::ctrl teacup install textutil::adjust teacup install try }] will install them for your platform, if you have not done the more inclusive [example { teacup update |
︙ | ︙ |
Added doc/parts/rq_tcloo.inc.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | [subsection TclOO] The framework uses the [package TclOO] package in its implementation. This package requires Tcl 8.5 or higher. [para] In Tcl 8.6 the package is part of the core itself, without requiring a separate installation. [para] For Tcl 8.5 it has to be installed separately. [para] Out of the many possibilites for getting TclOO (OS vendor, os-independent vendor, building from sources) use whatever you are comfortable with. [para] For myself, I am most comfortable with using [uri http://www.activestate.com ActiveState's] ActiveTcl distribution and TEApot. [para] See the previous section ([sectref Tcl]) for disclosure and information on how to get it. [para] Assuming that ActiveTcl got installed running the command [example { teacup install TclOO }] will install the package for your platform, if you have not done the more inclusive [example { teacup update }] to get everything and the kitchensink. [para] For those wishing to build and install TclOO on their own, the relevant sources can be found at [uri http://core.tcl.tk/tcloo] together with the necessary instructions on how to build it. [para] If there are problems with building, installing, or using TclOO and its packages please file a bug against TclOO, or the vendor of your distribution, and not [package [vset PROJECT]]. |
Changes to embedded/man/files/cmdr_howto_installation.n.
︙ | ︙ | |||
288 289 290 291 292 293 294 | .PP Do you wish to build Tcl on your own ? The sources of all versions can be found at .TP Tcl \fIhttp://core.tcl.tk/tcl/\fR .PP | | > | > > > > > > > > > > > > > > > > > > | | | | > > > > | | > | | > > > > > > > > | 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 | .PP Do you wish to build Tcl on your own ? The sources of all versions can be found at .TP Tcl \fIhttp://core.tcl.tk/tcl/\fR .PP .SS TCLOO The framework uses the \fBTclOO\fR package in its implementation. This package requires Tcl 8.5 or higher. .PP In Tcl 8.6 the package is part of the core itself, without requiring a separate installation. .PP For Tcl 8.5 it has to be installed separately. .PP Out of the many possibilites for getting TclOO (OS vendor, os-independent vendor, building from sources) use whatever you are comfortable with. .PP For myself, I am most comfortable with using \fIActiveState's\fR [http://www.activestate.com] ActiveTcl distribution and TEApot. .PP See the previous section (\fBTcl\fR) for disclosure and information on how to get it. .PP Assuming that ActiveTcl got installed running the command .CS teacup install TclOO .CE will install the package for your platform, if you have not done the more inclusive .CS teacup update .CE to get everything and the kitchensink. .PP For those wishing to build and install TclOO on their own, the relevant sources can be found at \fIhttp://core.tcl.tk/tcloo\fR together with the necessary instructions on how to build it. .PP If there are problems with building, installing, or using TclOO and its packages please file a bug against TclOO, or the vendor of your distribution, and not \fBcmdr\fR. .SS TCLLIB The framework requires ten packages found in Tcllib. These are .IP [1] \fBdebug\fR .IP [2] \fBdebug::caller\fR |
︙ | ︙ | |||
340 341 342 343 344 345 346 | See the previous section (\fBTcl\fR) for disclosure and information on how to get it. .PP Assuming that ActiveTcl got installed running the commands .CS | > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 | See the previous section (\fBTcl\fR) for disclosure and information on how to get it. .PP Assuming that ActiveTcl got installed running the commands .CS teacup install debug teacup install debug::caller teacup install json::write teacup install lambda teacup install oo::util teacup install string::token::shell teacup install struct::queue teacup install term::ansi::code::ctrl teacup install textutil::adjust teacup install try .CE will install them for your platform, if you have not done the more inclusive .CS teacup update .CE to get everything and the kitchensink. .PP For those wishing to build and install Tcllib on their own, the relevant sources can be found at \fIhttp://core.tcl.tk/tcllib\fR together with the necessary instructions on how to build it. .PP If there are problems with building, installing, or using Tcllib and its packages please file a bug against Tcllib, or the vendor of your distribution, and not \fBcmdr\fR. .SS LINENOISE The framework uses the \fBlinenoise\fR package in its implementation. This package requires Tcl 8.5 or higher. .PP Out of the many possibilites for getting Linenoise (OS vendor, os-independent vendor, building from sources) use whatever you are comfortable with. .PP For myself, I am most comfortable with using \fIActiveState's\fR [http://www.activestate.com] ActiveTcl distribution and TEApot. .PP See the previous section (\fBTcl\fR) for disclosure and information on how to get it. .PP Assuming that ActiveTcl got installed running the command .CS teacup install linenoise .CE will install the package for your platform, if you have not done the more inclusive .CS teacup update .CE to get everything and the kitchensink. .PP For those wishing to build and install Linenoise on their own, the relevant sources can be found at \fIhttp://github.com/andreas-kupries/tcl-linenoise\fR together with the necessary instructions on how to build it. .PP If there are problems with building, installing, or using linenoise please file a bug against Linenoise, or the vendor of your distribution, and not \fBcmdr\fR. .SS KETTLE This project uses the Kettle application and package as its build system. .PP Please go to either the main repository at \fIhttp://core.tcl.tk/akupries/kettle\fR or the backup at \fIhttp://chiselapp.com/andreas_kupries/repositories/Kettle\fR and follow the instructions given at these sites to create a working installation. They are not repeated here. If there are problems with these instructions please file a bug against the Kettle project, and not \fBCmdr\fR. .PP .SH "BUILD & INSTALLATION" Cmdr uses the Kettle application and package to handle building and installation. It is assumed to be installed and working. Please see section \fBKettle\fR in \fBRequisites\fR for more information. .PP Note that all access to Kettle is mediated by the "\fIbuild.tcl\fR" script, found in the top-level directory of the project. |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_howto_installation.html.
︙ | ︙ | |||
112 113 114 115 116 117 118 | <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Requisites</a> <ul> <li class="subsection"><a href="#subsection1">Tcl</a></li> | | > > | 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> <li class="section"><a href="#section2">Requisites</a> <ul> <li class="subsection"><a href="#subsection1">Tcl</a></li> <li class="subsection"><a href="#subsection2">TclOO</a></li> <li class="subsection"><a href="#subsection3">Tcllib</a></li> <li class="subsection"><a href="#subsection4">Linenoise</a></li> <li class="subsection"><a href="#subsection5">Kettle</a></li> </ul> </li> <li class="section"><a href="#section3">Build & Installation</a></li> <li class="section"><a href="#section4">Related Documents</a></li> <li class="section"><a href="#section5">Bugs, Ideas, Feedback</a></li> <li class="section"><a href="#keywords">Keywords</a></li> <li class="section"><a href="#copyright">Copyright</a></li> |
︙ | ︙ | |||
160 161 162 163 164 165 166 | <p>Do you wish to build Tcl on your own ? The sources of all versions can be found at</p> <dl class="definitions"> <dt>Tcl</dt> <dd><p><a href="http://core.tcl.tk/tcl/">http://core.tcl.tk/tcl/</a></p></dd> </dl> </div> | | | | > > > > > > > | > > > > > > > > > > | > > > | | | | | | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | <p>Do you wish to build Tcl on your own ? The sources of all versions can be found at</p> <dl class="definitions"> <dt>Tcl</dt> <dd><p><a href="http://core.tcl.tk/tcl/">http://core.tcl.tk/tcl/</a></p></dd> </dl> </div> <div id="subsection2" class="subsection"><h3><a name="subsection2">TclOO</a></h3> <p>The framework uses the <b class="package">TclOO</b> package in its implementation. This package requires Tcl 8.5 or higher.</p> <p>In Tcl 8.6 the package is part of the core itself, without requiring a separate installation.</p> <p>For Tcl 8.5 it has to be installed separately.</p> <p>Out of the many possibilites for getting TclOO (OS vendor, os-independent vendor, building from sources) use whatever you are comfortable with.</p> <p>For myself, I am most comfortable with using <a href="http://www.activestate.com">ActiveState's</a> ActiveTcl distribution and TEApot.</p> <p>See the previous section (<span class="sectref"><a href="#subsection1">Tcl</a></span>) for disclosure and information on how to get it.</p> <p>Assuming that ActiveTcl got installed running the command</p> <pre class="example"> teacup install TclOO </pre> <p>will install the package for your platform, if you have not done the more inclusive</p> <pre class="example"> teacup update </pre> <p>to get everything and the kitchensink.</p> <p>For those wishing to build and install TclOO on their own, the relevant sources can be found at <a href="http://core.tcl.tk/tcloo">http://core.tcl.tk/tcloo</a> together with the necessary instructions on how to build it.</p> <p>If there are problems with building, installing, or using TclOO and its packages please file a bug against TclOO, or the vendor of your distribution, and not <b class="package">cmdr</b>.</p> </div> <div id="subsection3" class="subsection"><h3><a name="subsection3">Tcllib</a></h3> <p>The framework requires ten packages found in Tcllib. These are</p> <ol class="enumerated"> <li><p><b class="package">debug</b></p></li> <li><p><b class="package">debug::caller</b></p></li> |
︙ | ︙ | |||
196 197 198 199 200 201 202 | <p>For myself, I am most comfortable with using <a href="http://www.activestate.com">ActiveState's</a> ActiveTcl distribution and TEApot.</p> <p>See the previous section (<span class="sectref"><a href="#subsection1">Tcl</a></span>) for disclosure and information on how to get it.</p> <p>Assuming that ActiveTcl got installed running the commands</p> <pre class="example"> | > > > > > > > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 | <p>For myself, I am most comfortable with using <a href="http://www.activestate.com">ActiveState's</a> ActiveTcl distribution and TEApot.</p> <p>See the previous section (<span class="sectref"><a href="#subsection1">Tcl</a></span>) for disclosure and information on how to get it.</p> <p>Assuming that ActiveTcl got installed running the commands</p> <pre class="example"> teacup install debug teacup install debug::caller teacup install json::write teacup install lambda teacup install oo::util teacup install string::token::shell teacup install struct::queue teacup install term::ansi::code::ctrl teacup install textutil::adjust teacup install try </pre> <p>will install them for your platform, if you have not done the more inclusive</p> <pre class="example"> teacup update </pre> <p>to get everything and the kitchensink.</p> <p>For those wishing to build and install Tcllib on their own, the relevant sources can be found at <a href="http://core.tcl.tk/tcllib">http://core.tcl.tk/tcllib</a> together with the necessary instructions on how to build it.</p> <p>If there are problems with building, installing, or using Tcllib and its packages please file a bug against Tcllib, or the vendor of your distribution, and not <b class="package">cmdr</b>.</p> </div> <div id="subsection4" class="subsection"><h3><a name="subsection4">Linenoise</a></h3> <p>The framework uses the <b class="package">linenoise</b> package in its implementation. This package requires Tcl 8.5 or higher.</p> <p>Out of the many possibilites for getting Linenoise (OS vendor, os-independent vendor, building from sources) use whatever you are comfortable with.</p> <p>For myself, I am most comfortable with using <a href="http://www.activestate.com">ActiveState's</a> ActiveTcl distribution and TEApot.</p> <p>See the previous section (<span class="sectref"><a href="#subsection1">Tcl</a></span>) for disclosure and information on how to get it.</p> <p>Assuming that ActiveTcl got installed running the command</p> <pre class="example"> teacup install linenoise </pre> <p>will install the package for your platform, if you have not done the more inclusive</p> <pre class="example"> teacup update </pre> <p>to get everything and the kitchensink.</p> <p>For those wishing to build and install Linenoise on their own, the relevant sources can be found at <a href="http://github.com/andreas-kupries/tcl-linenoise">http://github.com/andreas-kupries/tcl-linenoise</a> together with the necessary instructions on how to build it.</p> <p>If there are problems with building, installing, or using linenoise please file a bug against Linenoise, or the vendor of your distribution, and not <b class="package">cmdr</b>.</p> </div> <div id="subsection5" class="subsection"><h3><a name="subsection5">Kettle</a></h3> <p>This project uses the Kettle application and package as its build system.</p> <p>Please go to either the main repository at <a href="http://core.tcl.tk/akupries/kettle">http://core.tcl.tk/akupries/kettle</a> or the backup at <a href="http://chiselapp.com/andreas_kupries/repositories/Kettle">http://chiselapp.com/andreas_kupries/repositories/Kettle</a> and follow the instructions given at these sites to create a working installation. They are not repeated here. If there are problems with these instructions please file a bug against the Kettle project, and not <b class="package">Cmdr</b>.</p> </div> </div> <div id="section3" class="section"><h2><a name="section3">Build & Installation</a></h2> <p>Cmdr uses the Kettle application and package to handle building and installation. It is assumed to be installed and working. Please see section <span class="sectref"><a href="#subsection5">Kettle</a></span> in <span class="sectref"><a href="#section2">Requisites</a></span> for more information.</p> <p>Note that all access to Kettle is mediated by the "<b class="file">build.tcl</b>" script, found in the top-level directory of the project.</p> <p>For the most basic installation of Cmdr run</p> <pre class="example"> % /path/to/cmdr/build.tcl install </pre> <p>This command uses the <b class="syscmd">kettle</b> application found in the |
︙ | ︙ |