💾 Archived View for vostok.any-key.press › capsule › external_dependencies.gmi captured on 2024-08-31 at 11:30:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-05-10)

-=-=-=-=-=-=-

vostok external dependencies

The server is written in C++11 and requires the presence of the libtls library (part of LibreSSL).

LibreSSL

OpenBSD

All components are present in the base system.

Alpine Linux

# apk add g++ libressl-dev

Debian

# apt install libtls-dev