liquid_feedback_frontend

changeset 1308:7ea154c9238a

Added libbsd-dev and postgresql server-dev package to list of necessary packages to be installed for compiling/running on Debian
author jbe
date Thu Jun 23 03:30:57 2016 +0200 (2016-06-23)
parents e79a75531f68
children 32cc544d5a5b
files INSTALL.html INSTALL.mkd
line diff
     1.1 --- a/INSTALL.html	Sat May 07 19:28:23 2016 +0200
     1.2 +++ b/INSTALL.html	Thu Jun 23 03:30:57 2016 +0200
     1.3 @@ -17,8 +17,9 @@
     1.4  <li>build-essential</li>
     1.5  <li>lua5.2</li>
     1.6  <li>liblua5.2-dev</li>
     1.7 -<li>postgresql</li>
     1.8 +<li>postgresql (including the corresponding server-dev package)</li>
     1.9  <li>libpq-dev</li>
    1.10 +<li>libbsd-dev</li>
    1.11  <li>pmake or bmake</li>
    1.12  <li>imagemagick</li>
    1.13  <li>exim4</li>
     2.1 --- a/INSTALL.mkd	Sat May 07 19:28:23 2016 +0200
     2.2 +++ b/INSTALL.mkd	Thu Jun 23 03:30:57 2016 +0200
     2.3 @@ -14,8 +14,9 @@
     2.4    * build-essential
     2.5    * lua5.2
     2.6    * liblua5.2-dev
     2.7 -  * postgresql
     2.8 +  * postgresql (including the corresponding server-dev package)
     2.9    * libpq-dev
    2.10 +  * libbsd-dev
    2.11    * pmake or bmake
    2.12    * imagemagick
    2.13    * exim4

Impressum / About Us