Getting Started with GraphApp
Where is it?
How to compile the examples:
- Create a directory, e.g. mkdir graphics
- Change to that directory, cd graphics
- Go to the web examples page
- Copy the Makefile to
your directory.
- Copy the smiley.c
program to your directory.
- Type make smiley and the program will compile.
- Type ./smiley and the program will then run.
- Repeat this with some of the other examples.