Message Boards

 Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - yves

Pages: [1]
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:
Code: [Select]
cmake -D CMAKE_BUILD_TYPE:STRING=Release .. && makeThe 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.
2
I think the maps are amazing! They have a Doom I quality that I really like. I started playing Doom II when I was 5 (I'm currently 24) and discovered the beauty of map editing when I was 12 or so (actually, I drew many maps on paper at this time wishing that I could create my own levels and discovered, super astonished, 2 years after, that it was possible!). Of course, it was only Vanilla at this time. So, your little story just makes me already nostalgic :)
3

Technical Support / Re: Compilling Odamex 0.6.2. on Ubuntu

« on: January 29, 2013, 09:26:06 »
Thank you very much! It was successful, yes. I followed your direction and that worked perfectly. It's good to be able to play a port that is multiplayer and so close to the original Doom :)

However, I have no idea what "IIRC" is and don't know how to recompile with build type set to "Release." Could you drop a few command lines that I could copy/paste?

I have an extra question: what are the necessary files/folders to get the whole software working? Is everything in /build necessary? I have 6 folders there and, according to the name of the files they contain, most of what's inside seems to be related to cmake ("CMakeFiles").
4

Technical Support / Compilling Odamex 0.6.2. on Ubuntu

« on: January 29, 2013, 00:03:23 »
Hi!

I would like to install and play Odamex on my computer. I use the latest kernel of Ubuntu. I followed the instructions available in this recent topic: http://odamex.net/boards/index.php/topic,2127.0.html (of course, I replaced 0.6.1 by 0.6.2)

However, I got stuck at the very end of the process, with that message: "make: *** No rule to make target `install'.  Stop."

I don't really master the secrets of compiling and I'm not sure about what to do. Could someone give me a hand and tell me what I could do to fix this?

I pasted the output of my terminal after the "make && sudo make install" command here: http://justpaste.it/1uz6
Pages: [1]