Where can I download version 3.2 for Linux? Beta or whatever

Discuss the future of Warzone 2100 with us.
User avatar
Doruletz
Trained
Trained
Posts: 125
Joined: 17 Sep 2015, 06:00
Location: Tennessee, USA

Where can I download version 3.2 for Linux? Beta or whatever

Post by Doruletz »

Everybody keeps talking about WZ v3.2, what it is and is not, what should be in it or not.
But where can I download version 3.2 ???
Oh, and I need a Linux version, please.

A beta or daily release at least... something, anything???

Please reply with working WZ v3.2 download link. Thanks.
Cyp
Evitcani
Evitcani
Posts: 784
Joined: 17 Jan 2010, 23:35

Re: Where can I download version 3.2 for Linux? Beta or what

Post by Cyp »

It's the master branch (at least, last I checked).

For binary builds (daily builds): http://buildbot.wz2100.net/files/

For source: git clone https://github.com/Warzone2100/warzone2100.git
tux-fan
New user
Posts: 1
Joined: 20 Jan 2016, 11:51

Re: Where can I download version 3.2 for Linux? Beta or what

Post by tux-fan »

Maybe a short "HowTo" is the best way I can help you Doruletz :)

Make sure you have Qt5 installed, after that
in your home-directory on your linux box do a
git clone git://github.com/Warzone2100/warzone2100.git

now cd to the new directory with
cd warzone2100

after this do a
./autogen.sh

continue with
./configure

next is to do a
make

This may fail with an error in file bar_moc.cpp
Just rename that file into 'bar_moc.old' or such
now try again the command
make

This time the compile should work.
Start the game with
./src/warzone2100

enjoy the game :)

P.S. at least this works on my gentoo-linux-box
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Where can I download version 3.2 for Linux? Beta or what

Post by vexed »

Technically, there is no 3.2 yet.

Stick with 3.1 branch, since that is what we are doing releases on.
/facepalm ...Grinch stole WarzoneπŸ™ˆπŸ™‰πŸ™Š contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
Doruletz
Trained
Trained
Posts: 125
Joined: 17 Sep 2015, 06:00
Location: Tennessee, USA

Re: Where can I download version 3.2 for Linux? Beta or what

Post by Doruletz »

vexed wrote:Technically, there is no 3.2 yet.

Stick with 3.1 branch, since that is what we are doing releases on.
I tried to get online, and play with other players, but 3.1.1 won't let me do that, and that's what I have available in my Linux Mint repository, via "apt-get install".
So I'm stuck playing vs Nullbot and Nexus AI....
User avatar
Doruletz
Trained
Trained
Posts: 125
Joined: 17 Sep 2015, 06:00
Location: Tennessee, USA

Re: Where can I download version 3.2 for Linux? Beta or what

Post by Doruletz »

tux-fan wrote:Maybe a short "HowTo" is the best way I can help you Doruletz :)

Make sure you have Qt5 installed, after that
in your home-directory on your linux box do a
git clone git://github.com/Warzone2100/warzone2100.git

now cd to the new directory with
cd warzone2100

after this do a
./autogen.sh

continue with
./configure

next is to do a
make

This may fail with an error in file bar_moc.cpp
Just rename that file into 'bar_moc.old' or such
now try again the command
make

This time the compile should work.
Start the game with
./src/warzone2100

enjoy the game :)

P.S. at least this works on my gentoo-linux-box
Thanks, Tux-Fan. I will give it a try sometime next week...
From what I see in my Linux Mint 17.1 Rebecca, I have lots of QT5 related entries in my Software Manager....
Some of QT5 is already installed on my Linux box, stuff like "libqt5opengl5" , "libqt5network5", and a few others...
I'm guessing I would also need "QT5-Default", the first one on the list. It says it will also install about a ton of other libraries and dependencies...
Just so you know, I only look things over in my Software Manager, I install all software the old fashion way, via terminal and apt-get install, or make - make install...


MY PC SPECS:
PC Case (Box): Rosewill THOR V2 Gaming ATX Full Tower Computer Case
Motherboard: Gigabyte Z97X-Gaming 7
CPU: Quad core Intel Core i7-4790K @4.0GHz (eight virtual cores with hyperthreading)
GPU: EVGA Superclocked nVidia GeForce GTX 960/PCIe/SSE2 with 2GB dedicated GDDR5 graphics memory
A total of 32GB of Memory/RAM (4 x 8GB) G.Skill Ripjaws X Series DDR3 1600MHz
750W PSU Thermaltake Gold fully Modular
OCZ Agility 3 SSD (60GB) for my Linux Mint OS install
HOME Folder is on a 2TB Seagate 7200rpm 128MB cache
FILE STORAGE DRIVES:
1 x 6TB Seagate 7200rpm 128MB cache
1 x 4TB Seagate 7200rpm 64MB cache
1 x 2TB Seagate 7200rpm 64MB cache
2 extra SSD Drives
1 x 60GB for a Mac OSX Hackintosh - NEVER liked Mac, to proprietary and restrictive for my taste, but I just fool around with it every once in a blue moon, just so I know what I'm talking about when I tell dumb kids that they're spending a S-load of money on low end hardware and a dumbed down version of proprietary Linux...
1 x 240GB for Window$ - which I never use, except maybe once a year to edit - produce some vacation home video with Pinnacle Studio or Sony Vegas
1 internal 4GB Memorex TravelDrive USB Thumb drive for my Linux Swap Memory
You do not have the required permissions to view the files attached to this post.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Where can I download version 3.2 for Linux? Beta or what

Post by vexed »

Doruletz wrote:
vexed wrote:Technically, there is no 3.2 yet.

Stick with 3.1 branch, since that is what we are doing releases on.
I tried to get online, and play with other players, but 3.1.1 won't let me do that, and that's what I have available in my Linux Mint repository, via "apt-get install".
So I'm stuck playing vs Nullbot and Nexus AI....
Yes, they get their builds from ubuntu/debian, so, they are very far behind.
Use PlayDeb http://www.playdeb.net/
/facepalm ...Grinch stole WarzoneπŸ™ˆπŸ™‰πŸ™Š contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.