The ChGTK package version is a Ch binding to the GTK+ C library
version 1.2 for Unix and 2.0 for Windows.
With Ch GTK, GTK+ library functions
can run in Ch interpretively without compilation.
Ch is an embeddable C/C++ interpreter for cross platform scripting, 2D/3D plotting, numerical computing and embedded scripting. More information about Ch can be found at http://www.softintegration.com/.
More information about the GTK+ C library can be found at http://www.gtk.org
Release Notes
chgtk version 1.0, October 11, 2005
System Requirements
(1) Ch Standard or Professional Edition version 5.1.3.12541 or higher.
Ch is available from http://www.softintegration.com.
Contents
Ch GTK package contains the following directories
license --- license file chgtk --- Ch GTK package chgtk/demos --- GTK demo programs in C readily to run in Ch chgtk/bin --- GTK dynamical library and commands chgtk/dl --- dynamically loaded library chgtk/include --- header files chgtk/lib --- function files
Installation Instructions:
make install
Uninstallation Instructions:
(1) Run command
make uninstall
