X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL;h=fff63681becfecd7f64530dc2e709d876f4f373f;hb=45dc76de268f708bc7bf4e8bd1c6b1f2fd5eb033;hp=2938f00dbff2c5139662d7df566e4edb7eaa2dba;hpb=fb9d32a8afdabd2a094f25fbba9c937bc9f0e7c5;p=quix0rs-gnu-social.git diff --git a/INSTALL b/INSTALL index 2938f00dbf..fff63681be 100644 --- 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.