Latest 2.0 build

killall -9

Moderator: Developers

Post Reply
Watermelon
Zandrone
Posts: 1244
Joined: Thu Jun 28, 2012 9:07 pm
Location: Rwanda

Latest 2.0 build

#1

Post by Watermelon » Thu Dec 19, 2013 7:08 pm

Is there anyone who can make a windows zandro 2.0 build? I'd like to check some things init... USUALLY I'd compile by own but my laptop that does all that is getting fixed/repaired, and this computer I'm on freaks out at visual c++ 2005 (I can't run openGL for 5 seconds before it overheats if that indicates how awesome this one is). At least I can run software :wonk:

Can someone build me the latest repo? I would really appreciate it.

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: Latest 2.0 build

#2

Post by Klofkac » Thu Dec 19, 2013 7:17 pm

Uh, do you mind MSVC 2010 with no Logitech libs?
𝕂𝕝𝕠𝕗𝕜𝕒𝕔

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: Latest 2.0 build

#3

Post by Torr Samaho » Thu Dec 19, 2013 7:28 pm

This is the latest build plus the client side connect sound. I don't have the latest build without any additions at hand.

ZzZombo
Forum Regular
Posts: 323
Joined: Mon Jun 11, 2012 12:11 pm
Location: Ravenholm

RE: Latest 2.0 build

#4

Post by ZzZombo » Sun Jul 20, 2014 2:44 pm

How to install, configure and finally compile the latest Zandro? I can't make VC2010 to cooperate w/ OpenSSL:
1>\Developer\Doom\Skulltag\tools\openssl-1.0.1h\include\openssl/bn.h(1): error C2470: Link: выглядит как определение функции, но без списка параметров; пропускается вероятное тело функции.
(means "Link: looks like a function w/o parameter list; skipping supposed function body").
QZRcon - Qt-based tool for Zandronum/Skulltag servers!
#grandvoid funny stats

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: Latest 2.0 build

#5

Post by Torr Samaho » Sun Jul 20, 2014 3:03 pm

You need to build the static OpenSSL library first. Download and decompress the latest OpenSSL source. In the source directory call

Code: Select all

perl Configure VC-WIN32 --prefix=c:\Tools\Util\openssl
ms\do_nasm
Replace "c:\Tools\Util\openssl" with the path where you want OpenSSL to be installed. Then, in the same directory, but within a VC++ command prompt, call

Code: Select all

nmake -f ms\nt.mak
nmake -f ms\nt.mak test
nmake -f ms\nt.mak install 
I only tested this with VC++ 2005, but it should be the same in 2010.

Post Reply