Page 1 of 1

help for running game

Posted: Mon Jun 09, 2008 2:46 pm
by starfire
Hello,

I tried today to install orxonox, but I haven't understood how can I get this password mentioned here:
You won't be able to commit your own code (check in) with the anonymous subversion repository. You have to ask us for a username/password combination. If you already have an account, check it out like this:

$ svn co https://svn.orxonox.net/orxonox/trunk orxonox-trunk

You will be asked for your username and password, that you got from us.
And I also cannot do the "make" passage!
Sorry I know I'm not good in installing files, but How can I make and finally get the game running?
I did cmake and worked, but then?

Posted: Mon Jun 09, 2008 3:15 pm
by beni
Hi starfire

Since you probably don't want to change our source code, just ignore this passage.

What does it say, when you enter "make" after "cmake ."?

If it says something like: "No makefile found" Then cmake ended with an error.
If the command is unknown install make: "apt-get make" (or something)

Posted: Mon Jun 09, 2008 6:58 pm
by starfire
first I saw that cmake echoes me this error that I didn't see before:
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
Boost_filesystem_LIBRARY
then make gives me
make: *** No targets specified and no makefile found. Stop.

Posted: Mon Jun 09, 2008 7:34 pm
by Nowic
Which distribution do you use?

Posted: Mon Jun 09, 2008 9:19 pm
by beni
starfire wrote:
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
Boost_filesystem_LIBRARY
Looks like boost-filesystem is not on your system. This package has been added only recently.
Install packet "libboost-filesystem-dev" and try again. I added this dependency now.