Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors in instructions on install of console_bridge #4

Closed
t1jump opened this issue May 6, 2013 · 1 comment
Closed

errors in instructions on install of console_bridge #4

t1jump opened this issue May 6, 2013 · 1 comment

Comments

@t1jump
Copy link

t1jump commented May 6, 2013

On answers.ros.org and this post (http://answers.ros.org/question/62215/where-to-install-console_bridge/) there are errors in the instructions:

Edit: mkdir cb_ws
cd cb_ws
git clone https://github.com/ros/console_bridge
cd cb_ws
mkdir build
cd build
cmake -CMAKE_INSTALL_PREFIX=../install ../console_bridge
make install

From the wiki (http://www.ros.org/wiki/console_bridge) the build instructions hint at some possible corrections but please review and correct as needed:

Edit: mkdir cb_ws
cd cb_ws
git clone https://github.com/ros/console_bridge (from the wiki should there be a .git at the end here)??
cd cb_ws (from the wiki should this be cd console_bridge)??
mkdir build (Here you use build but below you speak of install. Should we mkdir install instead of build)??
cd build
cmake -CMAKE_INSTALL_PREFIX=../install ../console_bridge (I've tried this line with the directory above as build and install and this cmake throws errors)??
make install (I never get this far because the cmake above fails)

I would appreciate any edits here to clear this up.

@tfoote
Copy link
Member

tfoote commented May 6, 2013

@t1jump please file tickets in the issue tracker if there are issues in the code or documentation not on answers.ros.org questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants