Grafix - install

Get the source files! 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 someone wants to send us a better one, he is very welcome.