From 3c32d4a18d486cde0f5c43586addcf69a15e21a7 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Wed, 16 Nov 2011 07:37:00 -0500 Subject: [PATCH] Add some notes to the README about prerequisites. --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 7b89ee62f..1ad2e616e 100644 --- a/README +++ b/README @@ -7,6 +7,9 @@ is the 2.6 platform. Building & Installing Gtk#: --------------------------- + Install the gtk-2/gtk-3 development headers first. On Debian, this can be done using: + apt-get install libgtk2.0-dev libgtk-3-dev + The build is the traditional: ./configure