
1. ABOUT GUILOADER
2. RELEASE NOTES
3. RPM-BASED INSTALLATION
4. HOW TO REPORT BUGS

==================
1. About GuiLoader
==================

GuiLoader is a high-performance and compact GuiXml loader library. This library allows GTK+ applications to create GUI widgets and objects at run-time from GuiXml resource files. GuiLoader is written in the C language as a GObject subclass and has a trivial language-independent API. GuiLoader was designed to be easily wrapped for any language that has GTK+ bindings.

Project Home: http://crow-designer.sourceforge.net

================
2. Release Notes
================

2.12.0, 2008/04/18

* Updated GuiXml version: 10
* Implemented a leak detector for GObject's
* Fixed two memory leaks
* The package was internationalized
* Added PO file for the Russian language
* Minor internal improvements

=========================
3. RPM-based Installation
=========================

GuiLoader compilation requires the following development package:

- gtk2-devel

GuiLoader runtime dependencies consist in this package:

- gtk2

Building and installing GuiLoader may be performed with standard RPM commands:

$ rpmbuild -ta guiloader-2.12.0.tar.bz2
# rpm -U guiloader-2.12.0-0.1.x86_64.rpm guiloader-devel-2.12.0-0.1.x86_64.rpm

=====================
4. How to Report Bugs
=====================

Bug reports should include all relevant information if possible:

* Crow Designer and GuiLoader versions
* versions of the OS and the distribution
* full versions of GTK+ and the compiler 
* the program output and the crash dialog text 
* the procedure to reproduce the bug
* .gui files and the source code

