summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGravatar Martin Panter <vadmium à gmail·com>2012-04-28 13:04:54 +1000
committerGravatar waker <wakeroid@gmail.com>2012-05-03 19:23:57 +0200
commitf73f4a499214fc142dfa8b6ed43483dad3e1080f (patch)
tree9716d903612aeb0d0255feb50d547e998c050e82 /README
parent52be1f66c294caeb628d4d46d0045473403841d5 (diff)
Clarify issue with “intltool” dependency
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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.