Make a copy of Makefile, and put it in the directory you're going to write your code in.
Come up with a name of your project. For the sake of example, let's call it "happy".
Edit the local copy of the Makefile, and replace "boing" with "happy" (or your project
name) everywhere. There should be four "boing"s in the Makefile.
Make a new file, called "happy.c" (or the name of your project plus .c)
Write a simple program, with #include at the top, and a call to makInit() at
the end of main.
make
Try running your program! :)
Using the Library
Okay, so the installation is complicated. But I've done that part for you on the computers at
school. Using it should be a lot easier! :)
Here's a very simple example of a program using my library. It just starts up the library and
draws a sphere in the middle of the screen.