From f73f4a499214fc142dfa8b6ed43483dad3e1080f Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 28 Apr 2012 13:04:54 +1000 Subject: Clarify issue with “intltool” dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See “Can't build from git” https://code.google.com/p/ddb/issues/detail?id=789 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index ddf83475..c418af71 100644 --- a/README +++ b/README @@ -9,9 +9,9 @@ TABLE OF CONTENTS * first you need to install dependencies. full list is provided at the end of this section for your convenience -* you will need intltool to be installed. if you don't need translations -- run ./configure --disable-nls (in this case you won't need to install intltool) +* you will need intltool to be installed. if you don't need translations -- run ./configure --disable-nls (in this case you won't need to install intltool, as long as the configure script is already generated) -* if you want to build from git - install autotools, and run ./autogen.sh to bootstrap +* if you want to build from git - install autotools and intltool, and run ./autogen.sh to bootstrap * run "./configure --help", and read it. -- cgit v1.2.3