Posts: 17
Threads: 3
Joined: Jul 2012
I downloaded AC and run this in terminal:
sudo apt-get install libsdl1.2debian-all libsdl-image1.2 libsdl-ttf2.0-0 libopenal1
But libsdl1.2debian-all "doesn't have a candidate for install". Without it I cannot launch AC. Any idea how to install it? Sorry for my dumb question.
Posts: 88
Threads: 10
Joined: Aug 2010
try that from software center. Worked on mine comp with every ubuntu i had (from 9.4 to now)
Posts: 17
Threads: 3
Joined: Jul 2012
Well, that version in the software center is old and cannot connect to the masterserver in order to play online.
Posts: 1,436
Threads: 7
Joined: Jun 2010
Is there another version of libsdl, such as "libsdl1.2" or "libsdl1.2-all"?
Posts: 66
Threads: 0
Joined: Sep 2011
Hi,
Since Ubuntu 12.04, i've had this issue. Just replace "libsdl1.2debian-all" by "libsdl1.2debian".
That should do it :
sudo apt-get install libsdl1.2debian
Posts: 17
Threads: 3
Joined: Jul 2012
Posts: 187
Threads: 4
Joined: Jun 2010
12 Oct 12, 07:57AM
(This post was last modified: 12 Oct 12, 08:42AM by RAMPAGE.)
(11 Oct 12, 07:04PM)LySioS Wrote: Since Ubuntu 12.04, i've had this issue. Just replace "libsdl1.2debian-all" by "libsdl1.2debian".
That should do it :
sudo apt-get install libsdl1.2debian
I think I had this this issue even before. Would be nice to update the Installing guide for Ubuntu. Tnx in advance. :)
Edit: It's updated. My mistake :)