Page 1 of 1

Package Installer

Posted: 04 Jun 2009, 10:39
by R3m
Hello for developers.
Sorry, for my broken English.
Is there any download link for deb package for ubuntu linux i386???
Thanks a lot

Re: Package Installer

Posted: 04 Jun 2009, 20:37
by Buginator
not yet.

Re: Package Installer

Posted: 05 Jun 2009, 11:46
by R3m
Well... When it will be??? Cause I can't understand what dependencies not installed to compile from source :stressed:

Re: Package Installer

Posted: 05 Jun 2009, 13:21
by Samowar
R3m wrote:Well... When it will be??? Cause I can't understand what dependencies not installed to compile from source :stressed:
The build dependencies for 2.2 should be pretty much the same as for the 2.1.3 that's in the Ubuntu repository. So

Code: Select all

sudo apt-get build-dep warzone2100
should install all you need to compile 2.2 from source. If not, the

Code: Select all

./configure
script will tell you what's still missing. If it still doesn't work, just post the output of

Code: Select all

./configure
here.

Re: Package Installer

Posted: 05 Jun 2009, 17:08
by cybersphinx
Samowar wrote:The build dependencies for 2.2 should be pretty much the same as for the 2.1.3 that's in the Ubuntu repository.
Almost. You need libtheora-dev as well.