1 (edited by Detructor2 2008-06-26 11:24:20)

Topic: Is it possible to only compile the server?

Hi,

is it possible to only compile the server from the source of teeworlds?
If yes, could you tell me how?

I've an Ubuntu 8.04 if it is important for this

greetings
detructor

2

Re: Is it possible to only compile the server?

Ofcourse it is. Read the docs.

We will meet again when the flowers spread their glorious scent of victory and the birds sing us the melody of justice...

3

Re: Is it possible to only compile the server?

yeah...but I wanted to know if it is possible without using bam (only get the source from the download area and compile only the server)...thanks for help anyway wink

4

Re: Is it possible to only compile the server?

No. Bam generates some needed files when compiling Teeworlds. What's so bad about using bam?

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

5

Re: Is it possible to only compile the server?

nothing, only wanted to know (would be easier IMO) ...thanks wink

6

Re: Is it possible to only compile the server?

Bam is the used make-system. It's "the same as make, but different", if you know what I mean.

Used to be very active waay back

7

Re: Is it possible to only compile the server?

You can't do anything without bam. <.<

if($poster["intelligence"] == $intelligence["idiot"])
        deny_post($poster);

8

Re: Is it possible to only compile the server?

btw: to the topic of bam: is there anything like "make clean"? i miss that really.

9

Re: Is it possible to only compile the server?

scosu wrote:

btw: to the topic of bam: is there anything like "make clean"? i miss that really.

I only know bam since two weeks so maybe this is a new feature but :

bam -c <target>

works for me.

p.s.
bam has a help switch...

10

Re: Is it possible to only compile the server?

bam -c all

to clean all targets.

11

Re: Is it possible to only compile the server?

thank you two. that will make everything easier wink