From 5117ff1d42c56a84fb87e1c08c9ad3c9ae8104b1 Mon Sep 17 00:00:00 2001 From: eyesonlyhack Date: Mon, 28 Mar 2016 19:46:01 +0200 Subject: [PATCH] Build dependency instructions are incomplete I had to install these two libraries to be able to compile. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e4b6180c3..d18cf3df6c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ the build dependencies for the "ioquake3" package. ```sh $ sudo aptitude build-dep ioquake3 +$ sudo apt-get install libsdl1.2-dev libxmp-dev $ git clone git://github.com/OpenArena/engine.git $ cd engine $ make