From 5c23c0f20afb4cde1af4e2a9caa31bcc09eb4ebc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Fri, 23 Jan 2015 20:57:40 +0100 Subject: [PATCH] Update information about required dependencies. --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 04e7339..96db130 100644 --- a/README +++ b/README @@ -14,8 +14,26 @@ Requirements * gmodule-2.0 * gtkglext-3.0 * libgedcom-parse >= 0.90.0 + * libglu1-mesa-dev + * libzip-dev * (TODO: possibly more?) +Building +-------- + +When you call autogen.sh/configure. There is a possibility that you didn't had +installed all required libraries. + +configure.ac:9: error: possibly undefined macro: AC_LIBTOOL_DLOPEN + # apt-get install libtool + +./configure: line 13992: syntax error near unexpected token `maximum' +./configure: line 13992: `GNOME_COMPILE_WARNINGS(maximum)' + # apt-get install gnome-common + +There are some other required ones, but if you don't have them, after appropriate +message will be shown. + Program launch -------------- When the program is installed just enter 'familia' in terminal. Menu -- 2.30.2