diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-12-21 17:22:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-01-28 15:50:49 +0300 |
commit | b3b31466afd6852d53a542daa17322deb8d908ac (patch) | |
tree | f76c6cf09c01bda97ce79e5e7c6168c9e923588d /INSTALL | |
parent | 7159420700a0f179babc2f66d782853928fa3fe7 (diff) |
Relax requirements for CI and submit service parameters
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ c) Install PostgreSQL and Apache2 development files. Specifically, we need files. Below are the names of their packages for some distributions: Debian/Ubuntu: libpq-dev libapr1-dev libapreq2-dev apache2-dev - Fedora/RHEL: posqtgresql-devel apr-devel libapreq2-devel httpd-devel + Fedora/RHEL: postgresql-devel apr-devel libapreq2-devel httpd-devel FreeBSD: postgresqlXY-client apr libapreq2 apache24 d) Unless you already have the build2 toolchain, install it by following |