From 05e2ccd1c1a897780f466d7a240b10418abb815e Mon Sep 17 00:00:00 2001 From: Trent <7680684+Rivest8@users.noreply.github.com> Date: Sun, 8 Dec 2019 18:46:44 -0600 Subject: [PATCH] updated libraries to include -dev I believe these are the required libraries needed to compile for Debian. -dev was needed on a lot of them. I also added clang. --- htdocs/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/download.html b/htdocs/download.html index 3db05f0..e1af216 100755 --- a/htdocs/download.html +++ b/htdocs/download.html @@ -111,7 +111,7 @@

Download Now:


For Debian based systems, type this at the command line:
- sudo apt-get install libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl4 + sudo apt install libsdl1.2-dev libsdl-image1.2-dev zlib1g-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev zlibc clang