From 120ac3f972ef0b24efaeca9bb5b6f50b4c41c0ef Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:57:19 +0200 Subject: [PATCH] docs: mention openssl --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 416f045..1f6bba7 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,12 @@ You'll need Rust 1.74.0+. On MacOS & Windows, no extra dependencies are needed. -On Linux, you'll also need alsa and it's headers (`alsa-lib` on Arch, -`libasound2-dev` on Ubuntu). Make sure to also install `pulseaudio-alsa` -if you're using pulseaudio. +On Linux, you'll also need openssl & alsa, as well as their headers. + +- `alsa-lib` on Arch, `libasound2-dev` on Ubuntu. +- `openssl` on Arch, `libssl-dev` on Ubuntu. + +Make sure to also install `pulseaudio-alsa` if you're using pulseaudio. ### Cargo