i want to install player-stage in debian . But i dont know how to configure and install it. do help

link|improve this question

0% accept rate
are you looking for playerstage.sourceforge.net ? software for robot sensor interfacing and simulation? – quack quixote Dec 9 '09 at 8:50
yeah i am .. any idea how to do it ? – kasperasky Dec 9 '09 at 9:06
There's a pretty extensive file called INSTALL.txt in the download. Did you read through that? If yes, which parts were giving you trouble? – innaM Dec 9 '09 at 9:34
i untarred the tar file , and then i had to do ./configure , but there is no such directory , then i moved onto to do make , and its asking me for a target file . I am sorta newbie to linux , so i am not able to get around it – kasperasky Dec 9 '09 at 10:26
feedback

2 Answers

You did read the documentation before asking this question, did you? If not, it is well explained over there. If, however, you encounter some specific issues and need help for that, people here will be more than happy to do so.

link|improve this answer
feedback

well, the INSTALL files (version 3.0.0) states:

in the source tree do

# mkdir build
# cd build
# ccmake ../

It doesn't work on lenny though.

You'll get:

 /usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libhighgui.so: undefined reference to `img_convert'

when linking player. I don't know how to resolve that yet either.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.