oops! accidentally posted before the message was finished =D Here it is:
I had 2.5 compiled and working on ubuntu 12.04 before, I hadn't played in a long time and after recently installing 14.04 I wanted to see what's new and headed to get the source, but I guess I must be doing something wrong... I can't find an executable to launch the game after compiling??
I read through the instructions pages best I could and got the source with
git clone -b master git://git.code.sf.net/p/ufoai/code
checked out to 2.5
and dependecies
mk-build-deps
sudo dpkg -i ufoai-build-deps_2.5-dev-1_all.deb
sudo apt-get -f install
I'm not seeing any errors returned from running these, but then
./configure
...
Could not find SDL.h
Could not find SDL_mixer.h
Could not find SDL_ttf.h
Could not find picomodel.h
make works for a long time as expected and ends with
make: *** [testall] Error 1
entire make:
http://pastebin.com/7GpvwbtNThere seems to be a lot of references to /usr/* ufo directories, but they have not been created as far as I can tell.