Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 17cbb71bfd2b4f9bec5b9c0cf164fd48 > files > 11

guiloader-c++-2.19.0-2.fc15.i686.rpm


1. ABOUT GUILOADER-C++
2. RPM-BASED INSTALLATION
3. HOW TO REPORT ERRORS

======================
1. About GuiLoader-C++
======================

The GuiLoader-C++ library grants the access to GuiLoader functions for applications in C++. It also provides automatic cleanup when exceptions are raised, binding of GuiXml objects to C++ variables, and dynamic signal connection which takes types into account.

Home page: http://www.crowdesigner.org

=========================
2. RPM-based Installation
=========================

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

- guiloader-devel
- gtkmm24-devel
- boost-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++-X.Y.Z.tar.bz2
# rpm -U guiloader-c++-X.Y.Z-0.1.x86_64.rpm guiloader-c++-devel-X.Y.Z-0.1.x86_64.rpm

=======================
3. How to Report Errors
=======================

Error reports should include all relevant information if possible:

* Crow Designer and GuiLoader versions
* the name and the version of the operating system
* full versions of GTK+ and the compiler 
* the program output and the crash dialog text 
* the procedure to reproduce the error
* .gui files and the source code