Installation instructions for cflow2vcg. * Unpack the distribution with the command, "tar xfz cflow2vcg-xx.xx.tar.gz" * 'cd' into the distribution directory, with the command "cd cflow2vcg-xx.xx" * Configure the package, run "./configure". For more information on compile time configuration options, consult the output of "./configure --help". * Compile the program, with the the command "make". * Install the package. Use the "su" command to become root, and install with the command "make install" which will install the binary (called gwatch) in /usr/local/bin (unless an alternate prefix was specified to configure). * Add a line to your .xinit, or .xsession file (depending on weather or not you use xdm, or the like) to start gwatch. It will look something like "gwatch &" (the '&' is important, otherwise gwatch will not return, and your window manager will not start, the line to start gwatch _must_ also be before the line to start your window manager). Gwatch can also be started fromt the WindowMaker dock. To start gwatch this way, start it manually (i.e. in an xterm tyep "gwatch"). Once gwatch has created it's window to display new messages, it will create an appicon, which can be docked into the dock, and configured to start when WindowMaker starts.