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

======================
1. About GuiLoader/C++
======================

GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience layer that simplifies development of GuiLoader based applications written in the C++ language by introducing exception safety, binding GTK+ objects defined in GuiXml to C++ variables and type-safe dynamic connection to signals.

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

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

2.12.1, 2008-11-12

* Fixed GUIXML_LOAD_CPP (the bug prevented non-ASCII characters to be used inside GuiXml)

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

GuiLoader/C++ compilation requires the following development packages:

- guiloader-devel
- gtkmm24-devel

GuiLoader/C++ runtime dependencies consist in these packages:

- guiloader
- gtkmm24

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

$ rpmbuild -ta guiloader-c++-2.12.1.tar.bz2
# rpm -U guiloader-c++-2.12.1-0.1.x86_64.rpm guiloader-c++-devel-2.12.1-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

