changeset 1111:11fa523a7ba6

Update README to account for gtk2+ pkgconfig files. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006759.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 24 May 2013 12:44:17 +0200
parents d586a5747cac
children 6640492c1733
files README
diffstat 1 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri May 17 19:51:56 2013 +0200
+++ b/README	Fri May 24 12:44:17 2013 +0200
@@ -25,31 +25,29 @@
 with OpenJDK7. Other VMs or versions may or may not work.
 
 * Maven (it will download all the java dependencies for you)
-
 * Make + GCC
-
 * MongoDB server
 
 Thermostat requires mongodb (http://www.mongodb.org/) server >= 2.0.0
 
 * Either a /etc/os-release file or lsb_release
+* Gnome Keyring Daemon development libraries plus pkg-configs
+* GTK 2+ development libraries plus pkg-configs
 
-* Gnome Keyring Daemon development libraries plus pkg-configs
-
-Gnome Keyring development libraries are required at build time.
+Gnome Keyring/GTK2+ development libraries are required at build time.
 
-You should check your distribution for the exact name of the library, on Fedora
-17 based distributions you can obtain it via:
+You should check your distribution for the exact name of the libraries, on Fedora
+based distributions you can obtain it via:
 
-   yum install libgnome-keyring-devel
+   yum install libgnome-keyring-devel gtk2-devel
 
 on RHEL/Centos 6.x via:
 
-   yum install gnome-keyring-devel
+   yum install gnome-keyring-devel gtk2-devel
 
 On Debian (and probably Ubuntu):
 
-   aptitude install libgnome-keyring-dev
+   aptitude install libgnome-keyring-dev libgtk2.0-dev
 
 --------------------------------------------------------------------------------
 2. BUILDING THERMOSTAT