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.