SuperScript::Software::miscellanea

How to install miscellanea


miscellanea comes with NO WARRANTY.

System requirements

miscellanea works only under UNIX.

Installation

If necessary, create a /package directory:
  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.exp
The 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

Compiling with build

The miscellanea package includes do files and control files required for compilation using build. From the main project directory, run
  build
You must still run
  package/compile
before running tests.