Grafix - install

Remember to install the MathC library first!

Get the source file archive from here! Then:

  1. Unpack the Grafix archive:
      gzip -cd grafix.tar.gz | tar -xvf -
    This creates a directory "grafix".
  2. Make platform-specific changes:
      cd grafix
      ./configure
  3. Build the executables:
      make

Note: The configure script is rather primitive. If you want to send us a better one, you are welcome.