First this is what I did to get my installation to work and I think that anyone following the installation directions that has not worked with this stuff before may have the same problems that I had.
After Removing the Glib and GTK+ Devel libaries using RPM -e you need to install the GLIB10 and GTK+10 rpm's but inorder to do this you have to use this syntax. rpm -Uvh - -force glib10* and then rpm -Uvh - -force glib10* then move the GTK and GLIB files and run the Final Wildcard rpm install using the rpm -Uvh *.rpm and that should make it work.
I think that some one with better Documentation skills should look at taking this and placing it into the install instructions.