Blob


1 # vostok external dependencies
3 The server is written in C++11 and requires the presence of the libtls library (part of LibreSSL).
4 => https://www.libressl.org/ LibreSSL
6 ## OpenBSD
8 All components are present in the base system.
10 ## Alpine Linux
12 ```
13 # apk add g++ libressl-dev
14 ```
16 ## Debian
18 ```
19 # apt install libtls-dev
20 ```