This is a test project to create a gui library chapel using the third party open source library gtk.
This project shows how gtk functions can be prototyped in chapel and called in programs.
The third party library gtk has to be installed on your system Here is a link to download gtk http://www.gtk.org/download/linux.php
Also chapel has to be installed on the system
To compile the program, change directory to the projects top level directory
Then type make
Note: This step is obviously done in the terminal
To run the program type ./Test in the terminal