From 40fe69fa9a5216511e1f700c75817bab66540db9 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Sat, 18 Mar 2023 04:28:30 +0000 Subject: [PATCH] doc: update Debian dependency `libcurl{3 -> 4}-openssl-dev` (#1076) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95dd809fb..90680796c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Once installed, you'll be able to launch OpenSpades from inside the desktop menu *On Debian-derived distributions*: ``` - sudo apt-get install build-essential pkg-config libglew-dev libcurl3-openssl-dev libsdl2-dev \ + sudo apt-get install build-essential pkg-config libglew-dev libcurl4-openssl-dev libsdl2-dev \ libsdl2-image-dev libalut-dev xdg-utils libfreetype6-dev libopus-dev \ libopusfile-dev cmake imagemagick zip unzip ```