💾 Archived View for vostok.any-key.press › capsule › external_dependencies.gmi captured on 2023-09-28 at 15:30:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

➡️ Next 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