OpenArena/engine

sudo aptitude build-dep ioquake3 not found

JakeTrock opened this issue · 4 comments

Am I missing something? using stock ubuntu 16.04 in a vm

UPDATE: I used apt-get instead, and it says I need source URI's in my sources.list

Not a problem regarding OA.
Try rebuilding your /etc/apt/sources.list from a default list.

The README should be updated. I tested on a Docker ubuntu:16.04 image.
This works:

apt-get update
apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64 git libxmp-dev
git clone git://github.com/OpenArena/engine.git
cd engine/
make

This is how Travis CI is building OpenArena except that it uses Ubuntu 12:04 and skips xmp.

ok, I'll resolve this, I actually did get this working, sorry to waste your time(although I was missing freetype, thanks)