add gettext as a prereq

darcs-hash:20081124183054-5ed1f-653824bb6345aecfe5dbc6d3e3b8ad0df9194b42.gz
This commit is contained in:
Evan Prodromou 2008-11-24 13:30:54 -05:00
parent 138b1b2767
commit 864aad7b83
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -126,6 +126,7 @@ Your PHP installation must include the following PHP extensions:
- MySQL. For accessing the database.
- GD. For scaling down avatar images.
- mbstring. For handling Unicode (UTF-8) encoded strings.
- gettext. For multiple languages. Default on many PHP installs.
For some functionality, you will also need the following extensions: