aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarminfelder <armin.felder@gmail.com>2016-02-14 17:46:25 +0100
committerarminfelder <armin.felder@gmail.com>2016-02-14 17:46:25 +0100
commitaa3f706b3d43e9d765837821cfe2c795eb33d90d (patch)
tree1878c09063e3f8a639fe2a02e7ceec8ddcd35743
parent52db9d98b6869e08391b7176643e63de72af0a30 (diff)
Update README
added gettext dependency
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 9d63a6d..566fbe1 100644
--- a/README
+++ b/README
@@ -4,6 +4,7 @@ Requirements:
* ruby >=1.8
* git >=1.6.5 (preferred and default setting) or bzr
* libgettext-ruby (for localization)
+ * gettext (for generating localizations)
License:
GNU AGPL v3 or higher
see file License
@@ -22,7 +23,7 @@ License:
wget -O $i/dudle.mo https://dudle.inf.tu-dresden.de/locale/`basename $i`/dudle.mo
done
b. Build them on your own. This requires libgettext-ruby-util, potool, and make to be installed.
- sudo aptitude install libgettext-ruby-util potool make
+ sudo aptitude install gettext libgettext-ruby-util potool make
make
5. In order to let access control work correctly, the webserver needs
auth_digest support. It therefore may help to type: