Skip to content

Cannot Setup ICUBcontrib #374

Answered by pattacini
pattacini asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @YANGGANG1971

I might have missed the point of the video and I'm not sure about what kind of message you meant to convey. Maybe you're not familiar with the use of ccmake, so why don't you try the following instead?

$ export ICUBcontrib_DIR=/home/icub/robot-code/iCubContrib
$ mkdir -p ${ICUBcontrib_DIR}
$ cd /home/icub/robot-code/icub-contrib-common
$ mkdir -p build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=${ICUBcontrib_DIR} ../
$ make install

Replies: 6 comments

Comment options

pattacini
Dec 5, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

pattacini
Dec 8, 2019
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

pattacini
Dec 10, 2019
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #374 on December 15, 2020 15:34.