grim/guifications3

1365e67470a8
kill this branch since it still uses the old mtn rfqdn branch names and it's very out of date
So you want to hack on Guifications 3...
First off, make sure you have automake, autoconf, and gettext installed. Next
make sure you have the developement packages for glib. If you are building
Gtk, D-BUS, XML-RPC, etc, support be sure to have the developement packages for
those as well.
After that, theres not much more than compiling the libraries and programs and
installing them. However, they do need to be installed in a certain order.
Your situation may vary but here is the current build and install order.
gflib.................: The heart and soul*
gflib-sharp...........: .NET bindings for gflib
gflib-dbus............: D-BUS support
gflib-xmlrpc..........: XML-RPC support
gflib-gtk.............: Gtk+ support
guifications-daemon...: The daemon*
guifications-gtk......: Default UI, requires gflib-gtk
* required for a somewhat normal operation.
Happy Hacking!