Message Boards

Topic: source 0.7.0 does not compile odalauncher  (Read 4383 times)

Offline Patrol1985

  • Posts: 2
    • View Profile
source 0.7.0 does not compile odalauncher
« 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?

Ant P.

  • Nobody
Re: source 0.7.0 does not compile odalauncher
« Reply #1 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.

Offline Patrol1985

  • Posts: 2
    • View Profile
Re: source 0.7.0 does not compile odalauncher
« Reply #2 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.