From f32e2d975e989699c5159f55043ddbb66637a0e4 Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Sat, 21 Feb 2015 06:51:47 +0100 Subject: [PATCH] State that glib is required Currently build system requires Glib, so it should be listed as hard dependency --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 36b1f48..30354c9 100644 --- a/README +++ b/README @@ -56,14 +56,14 @@ First, you must have reasonably current installations of: If you don't you should install them first. Sources are available at ftp.gnu.org. +Second, you need glib. It may come as glib2.0 and glib2.0-dev packages in your +distribution. + If you want to build the SQL engine, you'll need bison or byacc, and flex. If you want to build the ODBC driver, you'll need unixodbc (version 2.2.10 or above) or iodbc. -If you want to build the graphical user interface, you'll need glib2.0 and -glib2.0-dev. - If you want to build man pages, you'll need txt2man. Source is available at http://mvertes.free.fr/download/.