From ef3367ff36ec9983d9d3880569a88f820b34b7d9 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sun, 5 Jun 2016 14:59:31 +0200 Subject: [PATCH] libcurl dependency moved --- System-configuration.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/System-configuration.md b/System-configuration.md index 570adb5..2dd9b04 100644 --- a/System-configuration.md +++ b/System-configuration.md @@ -46,15 +46,14 @@ Install as new version of each package as possible, so mostly Debian packages ar - Debian packages: `libyaml-cpp0.5v5` and `libyaml-cpp-dev`. - RedHat packages are `yaml-cpp` and `yaml-cpp-devel`. +**Install libcurl library** +- Debian package is `libcurl4-gnutls-dev`. +- RedHat package is `libcurl-devel`. ### Worker specific dependencies Worker requirements are written in this section. Some parts of this guide may be different for each type of worker, for example Compiler principles worker is not fully covered here. -**Install libcurl library** -- Debian package is `libcurl4-gnutls-dev`. -- RedHat package is `libcurl-devel`. - **Install libarchive library** (optional) Installing this package will only speed up build process, otherwise libarchive is built from source.