Blob
1 # vostok external dependencies3 The server is written in C++11 and requires the presence of the libtls library (part of LibreSSL).4 => https://www.libressl.org/ LibreSSL6 ## OpenBSD8 All components are present in the base system.10 ## Alpine Linux12 ```13 # apk add g++ libressl-dev14 ```16 ## Debian18 ```19 # apt install libtls-dev20 ```