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