GTK-2+
The GIMP Toolkit

General
About GTK2+/VMS
Screenshots
Download
Themes


Documentation
Installation in OpenVMS
GTK+-2.0 Tutorial
API Reference
Other documentation...

Applications
Glade

    Installation    

Build process requires perl version 5 installed.

1. Unpack GLIB library archive, enter into created directory and execute CONFIGURE.COM.
The package will be configured for static and shared libraries building process.
If you wish build only static libraries, type "static" as argument to CONFIGURE.COM:
$@CONFIGURE
or
$@CONFIGURE STATIC

2. When CONFIGURE.COM successed, execute BUILD.COM to compile the package.
$@BUILD

3. After building proccess will be finished, GLIB$STARTUP.COM startup script will be created,
as GLIB:GLIB.OPT file to build GLIB-based application.
Please execute GLIB$STARTUP.COM before using GLIB. It setups all system variables needed.

4. Now GLIB library may be used:
$CC/INCLUDE=(GLIB,GMODULE,GOBJECT,GTHREAD) APPLICATION
$LINK APPLICATION,GLIB:GLIB/OPT


Other libraries (ATK,PANGO,GTK) should be built and used like to GLIB one.

Porting process is going on very old DEC 2000 mod.300 called "Jensen"
with 21064 of 150MHz proccessor and 64MB of memory.
Please help me with newer hardware if you can.

Feel free to contact me:
elvis_75@mail.ru alex@rostov.ultrastar.ru
Alexey Chupahin