
    Installation instructions
    -------------------------

* Make sure you have the following installed.

    Perl version 5.x
    Tcl/Tk version 8.x
    Tcldot - part of Graphviz from AT&T Bell Laboratories
	(http://www.graphviz.org/)
	available in Linux distributions as graphviz-tcl (or ubuntu: libgv-tcl)
      Note: There is a bug in the tcldot part of all versions (latest version
	2.38) of graphviz higher than 2.28, that prevents the fluid (Molecular
	Dynamics) from working properly. This bug is reported to the graphviz
	organisation, but there is no fix yet. It is best to install from the
	sources of version 2.28.
    ToolBus - only needed for the thread simulator and the parallel simulator
	available at http://ivi.fnwi.uva.nl/tcs/pub/software/toolbus/toolbus-bundle-0.1.0.tar.gz

* Edit Makefile and set the following macros to your likings.

    PERL
	path of perl version 5.x
    WISH
	path of wish version 8.x
    TCLSH
	path of tclsh version 8.x
    TCLDOT
	directory of Tcldot library (part of Graphviz)
    DOTFONTPATH
	directory where to find font Times (needed for generating GIF
	pictures of fluid)
    MKDIRHIER
	what to use to make a hierarchies of directories (mkdirhier or mkdir -p)
    CURRENTDIR
	directory in which this Makefile resides
    INSTALL
	directory in which the toolset will be installed

* Then do
    make
    make install

