Julian Noble
1 year ago
4 changed files with 24 additions and 7 deletions
@ -0,0 +1,14 @@
|
||||
punk shell |
||||
============================== |
||||
|
||||
|
||||
Build Instructions |
||||
------------------------------ |
||||
|
||||
+ Use tclsh|punk make.tcl to build .tm modules and rebuild the punk86 executable |
||||
|
||||
+ Then Use tclsh|punk build.tcl to run the 'kettle' system to build docs and/or standard tcl libraries with pkgIndex.tcl files, |
||||
or - use the `pmix KettleShell` command from within the punk shell to perform kettle operations. |
||||
|
||||
(The name 'build.tcl' is the standard name used by the [Kettle](https://chiselapp.com/user/andreas_kupries/repository/Kettle/home) system) |
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/sh |
||||
# -*- tcl -*- \ |
||||
# 'build.tcl' name as required by kettle |
||||
# Can be run directly - but also using `pmix Kettle ...` or `pmix KettleShell ...` |
||||
exec ./kettle -f "$0" "${1+$@}" |
||||
kettle doc |
||||
|
@ -1,14 +1,14 @@
|
||||
%project% |
||||
============================== |
||||
|
||||
+ |
||||
+ |
||||
Build Instructions |
||||
------------------------------ |
||||
|
||||
+ Use tclsh|punk make.tcl to build .tm modules and rebuild the executable (if applicable) |
||||
|
||||
About |
||||
------------------------------ |
||||
+ Then Use tclsh|punk build.tcl to run the 'kettle' system to build docs and/or standard tcl libraries with pkgIndex.tcl files, |
||||
or - use the `pmix KettleShell` command from within the punk shell to perform kettle operations. |
||||
|
||||
(The name 'build.tcl' is the standard name used by the [Kettle](https://chiselapp.com/user/andreas_kupries/repository/Kettle/home) system) |
||||
|
||||
+ |
||||
+ |
||||
+ |
||||
|
||||
|
Loading…
Reference in new issue