1
Technical Support / Re: Compilling Odamex 0.6.2. on Ubuntu
« on: January 29, 2013, 20:21:18 »
Thank you again! Worked well, except that there was a tiny mistake in the command line you posted but I figured it out thanks to man cmake:
I think I'm all set know, ready to play!
Thank you again.
Code: [Select]
cmake -D CMAKE_BUILD_TYPE:STRING=Release .. && make
The two dots were missing so cmake didn't know where to find the source (I like when I understand what I'm actually doing).Quote
You need the client binary (at client/odamex) and odamex.wad (from the root of source tree; should be placed in the same directory as client binary I think). The launcher (odalaunch/odalaunch) is also useful, but technically independent (of course actual playing requires the client binary and configuring path to it). There's also server (server/odasrv) which also needs odamex.wad.Wow! Odamex is actually pretty light. Even better :)
I think I'm all set know, ready to play!
Thank you again.