2.3.1 for Ubuntu Lucid?
-
digitalhead
- New user
- Posts: 4
- Joined: 24 Jun 2010, 17:44
- Location: Salem, WV, US, Earth, Milky Way
2.3.1 for Ubuntu Lucid?
I've been looking all day trying to find a DEB of 2.3.1 for Ubuntu Lucid. I know I can compile it from source, but I would much rather use a DEB installation for easier and cleaner upgrading. Anybody know where I could find it?
-- Keyboard not detected. Press F1 to continue. --
-
m1ndgames
- Trained

- Posts: 142
- Joined: 04 Jun 2010, 20:30
- Location: Germany
Re: 2.3.1 for Ubuntu Lucid?
the warzone package seems to be maintained by a motu, i dont know which dev, or contributor does it...
Stuff: My Music - Game Hosting Guide
Coding: New Lobbyserver - Needs suggestions
Maps: Bridgebattle - FightClub
Coding: New Lobbyserver - Needs suggestions
Maps: Bridgebattle - FightClub
-
digitalhead
- New user
- Posts: 4
- Joined: 24 Jun 2010, 17:44
- Location: Salem, WV, US, Earth, Milky Way
Re: 2.3.1 for Ubuntu Lucid?
Of course, the official repo is using 2.2.4 "for stability", that's why I went to playdeb.net to get 2.3.0, but it's not compatible for online play, which is the main reason I decided to try the game. Seems like all the best games are at least a version behind in the Ubuntu repos, which breaks it for online playing. According to the Launchpad page, there was a bug filed about the version in the repository and 2.3.1 is "in development" for Ubuntu Maverick 10.10 and the bug was marked as fixed... Just doesn't do me much good since I prefer a stable operating system.
-- Keyboard not detected. Press F1 to continue. --
-
m1ndgames
- Trained

- Posts: 142
- Joined: 04 Jun 2010, 20:30
- Location: Germany
Re: 2.3.1 for Ubuntu Lucid?
hmm.. you could compile it for yourself, make a package and install it 
https://help.ubuntu.com/6.10/ubuntu/pac ... -chap.html
\edit: afaik, 2.3.0 is compatible with 2.3.1
https://help.ubuntu.com/6.10/ubuntu/pac ... -chap.html
\edit: afaik, 2.3.0 is compatible with 2.3.1
Stuff: My Music - Game Hosting Guide
Coding: New Lobbyserver - Needs suggestions
Maps: Bridgebattle - FightClub
Coding: New Lobbyserver - Needs suggestions
Maps: Bridgebattle - FightClub
-
digitalhead
- New user
- Posts: 4
- Joined: 24 Jun 2010, 17:44
- Location: Salem, WV, US, Earth, Milky Way
Re: 2.3.1 for Ubuntu Lucid?
When I hover over a game in the lobby of the multiplayer screen, it has a tip bubble saying that it is incompatible.m1ndgames wrote:\edit: afaik, 2.3.0 is compatible with 2.3.1
-- Keyboard not detected. Press F1 to continue. --
-
m1ndgames
- Trained

- Posts: 142
- Joined: 04 Jun 2010, 20:30
- Location: Germany
Re: 2.3.1 for Ubuntu Lucid?
sorry my fault, i mixed it up with 2.3.1a...
Stuff: My Music - Game Hosting Guide
Coding: New Lobbyserver - Needs suggestions
Maps: Bridgebattle - FightClub
Coding: New Lobbyserver - Needs suggestions
Maps: Bridgebattle - FightClub
-
digitalhead
- New user
- Posts: 4
- Joined: 24 Jun 2010, 17:44
- Location: Salem, WV, US, Earth, Milky Way
Re: 2.3.1 for Ubuntu Lucid?
Not a problem.m1ndgames wrote:sorry my fault, i mixed it up with 2.3.1a...
So, am I just left with compiling it myself?
-- Keyboard not detected. Press F1 to continue. --
-
cybersphinx
- Inactive

- Posts: 1695
- Joined: 01 Sep 2006, 19:17
Re: 2.3.1 for Ubuntu Lucid?
You could get the source for the 2.3.1 Ubuntu package, and rebuild it for your system (if it doesn't install as is), which deals with all dependencies and packaging. That basically consists of adding the repo with 2.31, then "sudo apt-get build-dep warzone2100; apt-get source warzone2100; cd warzone*; dpkg-buildpackage -b", and then you have some packages. But for the details you have to ask someone who knows Ubuntu.