Page 1 of 1

help on raspberry pi 4+

Posted: Tue Oct 08, 2019 9:05 pm
by oddbenk
Hi!

I'm trying to run zandronum on my py4+ and I have two errors what I don't know how to solve.
I'm following this steps.
git clone https://github.com/doomtech/zandronum zandronum
cd zandronum
mkdir build
cd build
cmake ..
make
sudo make install
when I try to do step 7 I have two errors in my cmakeerror.log and in my cmakeoutput.log.

Hope that someone can help me out! Thanks!

cmakeerror.log.: https://pastebin.com/heRrfbWY
cmakeoutput.log.: https://pastebin.com/wADmaztD

Re: help on raspberry pi 4+

Posted: Thu Oct 10, 2019 8:25 am
by Sean
You should be using the official hg repo, not an outdated git mirror:

Code: Select all

hg clone https://bitbucket.org/Torr_Samaho/zandronum-stable zandronum
You'll also probably want to compile 3.0:

Code: Select all

cd zandronum
hg up ZA_3.0

Re: help on raspberry pi 4+

Posted: Fri Oct 11, 2019 4:30 pm
by oddbenk
thanks mate! sorry for my late reply but i was flooded at work. will check it out asap. again. thank you!

Re: help on raspberry pi 4+

Posted: Thu Oct 17, 2019 9:13 pm
by oddbenk
now as a complete newbie on linux. may I ask how to make it work with Doomseeker? I mean when I try to join a server Doomseeker asks me to locate the zandronum executable. all what you have wrote works fine but where can I find the executable to play online? Oo