1

Topic: Run from source

Hello. How i can run teeworlds from source? What i needed for it and what i should to do?

2

Re: Run from source

You have to compile it (means you'll get the application).
Take a look here: CompilingEverything

3

Re: Run from source

I think he means to interpret the source.
Sounds interesting.

Once in a century...

4

Re: Run from source

Elite Tee wrote:

I think he means to interpret the source.
Sounds interesting.

Sounds impossible. C++ isn't an interpreted language.

Not Luck, Just Magic.

5

Re: Run from source

That's right. I forgot hmm

Once in a century...

6

Re: Run from source

Dune wrote:
Elite Tee wrote:

I think he means to interpret the source.
Sounds interesting.

Sounds impossible. C++ isn't an interpreted language.

Doesn't sound impossible, you can decide which program you will use to execute source code, obviously the common way to execute programs written in C/C++ is to compile them to machine code and execute them afterwards. You can of course also interpret the source code but that would probably make teeworlds to use more cpu/memory than ever. smile

C/C++ interpreter

(P.S.: I still don't think that it is a good idea to interpret it wink )

Elite Tee wrote:

That's right. I forgot hmm

Why do you downvote him?

7

Re: Run from source

CINT
Ch (there is also ChIDE (features a GUI))

Once in a century...