]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - INSTALL
Qvitter Update
[quix0rs-gnu-social.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2938f00dbff2c5139662d7df566e4edb7eaa2dba..fff63681becfecd7f64530dc2e709d876f4f373f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -28,7 +28,7 @@ run correctly.
                 section on 'Queues and daemons' for more information.
 - MariaDB 5+    GNU Social uses, by default, a MariaDB server for data
                 storage. Versions 5.x and 10.x have both reportedly
-                worked well. It is also possible to run MySQL 5.x.
+                worked well. It is also possible to run MySQL 5.5+.
 - Web server    Apache, lighttpd and nginx will all work. CGI mode is
                 recommended and also some variant of 'suexec' (or a
                 proper setup php-fpm pool)
@@ -41,6 +41,7 @@ functional setup of GNU Social:
 - php5-curl     Fetching files by HTTP.
 - php5-gd       Image manipulation (scaling).
 - php5-gmp      For Salmon signatures (part of OStatus).
+- php5-intl     Internationalization support (transliteration et al).
 - php5-json     For WebFinger lookups and more.
 - php5-mysqlnd  The native driver for PHP5 MariaDB connections. If you
                   use MySQL, 'mysql' or 'mysqli' may work.