GraphApp for Athena (Unix/Linux)

What do I need to have before I can use GraphApp with Unix?

The Athena version will work on most versions of Unix, including Linux. If using Linux, make sure you use the Linux Makefile included with the distribution.

What files should I download?

Fetch the GraphApp.Athena.tar.gz file. Use the following commands to extract the files:
     mkdir graphapp                      # make a directory for it
     mv GraphApp.Athena.tar.gz graphapp  # move the tar file there
     cd graphapp                         # go into the directory
     gunzip GraphApp.Athena.tar.gz       # unzip the file
     tar xf GraphApp.Athena.tar          # untar the file
  
This will produce a directory called something like GraphApp_Athena_Src_2_45 which will contain several .c and .h files, as well as the COPYLIB.TXT file and a Makefile.

How do I make the library?

If using Linux, ensure you are using the Linux Makefile. You may need to edit the Makefile and changes some path names to point to where various X-Windows libraries are located on your system

Having made any changes to the Makefile that need to be made, you should now type:

     make pizza
  
to see if all is going well.

Why don't the buttons look like Athena widgets?

I dislike Athena widgets. I have changed many of the basic widgets to look more like Windows 95 widgets.