1

Topic: How to compile 6.0.2 for Raspberry Pi?

Hello, i try to compile "vanilla" Teeworlds for the Raspberry Pi.

sudo apt-get install teeworlds-server only delivers 0.6.1.

the guide i used:

https://www.teeworlds.com/forum/viewtopic.php?id=10946

all works find. But if i try to compile the server i get this error.

pi@raspberrypi4 ~/gameserver/teeworlds/TWS/teeworlds-master $ bam server_release

Unknown Architecture 'unknown'. Supported: x86, x86_64

Okay, i know i need ARM. But what can i do?

PS: Mod or Admin. If we found a solution can you edit the posting ( my Link ) and Add the answer?

2

Re: How to compile 6.0.2 for Raspberry Pi?

I remember the only tutorial containing ARM, the guy successfully compiled and started teeworlds server on NAS server: https://www.teeworlds.com/forum/viewtopic.php?id=10539
Take a look, hope this helps.

3 (edited by fallen.kn 2016-06-21 09:05:26)

Re: How to compile 6.0.2 for Raspberry Pi?

I know this is quite old but if anyone needs this or searches for this..
You should be able to compile teeworlds under raspbian with the preinstalled packages. (only bam is needed to install)

apt-get install bam
cd /home/teeworlds/
git clone -b 0.6 https://github.com/teeworlds/teeworlds.git
bam server_release
./teeworlds_srv
There are three kinds of lies: lies, damned lies, and benchmarks.

4

Re: How to compile 6.0.2 for Raspberry Pi?

You might want to have a look at my signature.