Odamex Message Boards

Community Discussion => Technical Support => Topic started by: Patrol1985 on May 18, 2014, 15:42:42

Title: source 0.7.0 does not compile odalauncher
Post by: Patrol1985 on May 18, 2014, 15:42:42
I've just tried compiling Odamex 0.7.0 from source on Linux. I used instructions from this wiki page:

http://odamex.net/wiki/Compiling_using_CMake

The compilation process went smoothly, but once it was done I noticed there was no binary for odalaunch (others were there). I typed "make" so according to the guide the compiler should have built everything.

Is it an error in make files or did I do something wrong?
Title: Re: source 0.7.0 does not compile odalauncher
Post by: Ant P. on June 06, 2014, 11:08:55
odalaunch needs a specific "make odalaunch"  command to build. Not sure why it's not done in "make all" (maybe because it's a heavyweight optional extra) but it's always been that way.
Title: Re: source 0.7.0 does not compile odalauncher
Post by: Patrol1985 on June 13, 2014, 23:37:26
Thanks! I will try that.

Is the fact mentioned in the documentation? It should be added if it isn't.