From dd037231445c37f9d395fb202f440e2ffeb4da02 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 7 Oct 2024 18:09:32 +0300 Subject: [PATCH] readme: add libopus-dev to dependencies list on Debian/Ubuntu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 305f5a72..934153cc 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ This repository contains our fork of HLSDK and restored source code for Half-Lif `$ sudo dpkg --add-architecture i386` * Install development tools * For 32-bit engine on amd64: \ - `$ sudo apt install build-essential gcc-multilib g++-multilib python libsdl2-dev:i386 libfontconfig-dev:i386 libfreetype6-dev:i386` + `$ sudo apt install build-essential gcc-multilib g++-multilib python libsdl2-dev:i386 libfontconfig-dev:i386 libfreetype6-dev:i386 libopus-dev:i386` * For everything else: \ - `$ sudo apt install build-essential python libsdl2-dev libfontconfig-dev libfreetype6-dev` + `$ sudo apt install build-essential python libsdl2-dev libfontconfig-dev libfreetype6-dev libopus-dev` * Clone this repostory: `$ git clone --recursive https://github.com/FWGS/xash3d-fwgs`