libcurl dependency moved

master
Martin Polanka 8 years ago
parent 64e39d2c7c
commit ef3367ff36

@ -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`. - Debian packages: `libyaml-cpp0.5v5` and `libyaml-cpp-dev`.
- RedHat packages are `yaml-cpp` and `yaml-cpp-devel`. - 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 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. 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) **Install libarchive library** (optional)
Installing this package will only speed up build process, otherwise libarchive is built from source. Installing this package will only speed up build process, otherwise libarchive is built from source.

Loading…
Cancel
Save