💾 Archived View for vostok.any-key.press › capsule › external_dependencies.gmi captured on 2024-05-10 at 10:39:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

🚧 View Differences

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

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