![]() | :: | Software | :: | miscellanea |
miscellanea comes with NO WARRANTY.
mkdir /package chmod 1755 /package cd /package
Download the miscellanea package. The most recent package is miscellanea 0.56. Unpack miscellanea in /package:
gunzip miscellanea-0.56.tar tar -xpf miscellanea-0.56.tar rm miscellanea-0.56.tar cd miscellanea-0.56
Compile the package:
package/compile
Run some tests:
package/rts diff compile/rts compile/rts.expThe diff should be empty.
Install the package:
package/install
Commands are installed in the /package/host/superscript.com/command directory.
Report successful installation:
package/report
buildYou must still run
package/compilebefore running tests.