OpenArena / engine

OpenArena modifications to the ioquake3 engine
http://openarena.ws
GNU General Public License v2.0
211 stars 50 forks source link

sudo aptitude build-dep ioquake3 not found #52

Closed JakeTrock closed 5 years ago

JakeTrock commented 5 years ago

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

JakeTrock commented 5 years ago

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

NeonKnightOA commented 5 years ago

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

sago007 commented 5 years ago

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.

JakeTrock commented 5 years ago

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