Difference between revisions of "YARP 2.2.6 Ubuntu Install"
Jump to navigation
Jump to search
Jgvictores (talk | contribs) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
cd yarp-2.2.6; mkdir build; cd build | cd yarp-2.2.6; mkdir build; cd build | ||
cmake .. | cmake .. | ||
− | make | + | make -j3 |
sudo make install | sudo make install | ||
cd ../.. | cd ../.. | ||
− | + | ---- | |
− | + | For CREATE_GUIS option, before cmake: | |
− | + | sudo apt-get install libgtk2.0-dev | |
− | |||
− | |||
− | sudo |
Latest revision as of 11:53, 10 November 2010
Note: Depends on ACE.
wget http://downloads.sourceforge.net/yarp0/yarp-2.2.6.tar.gz tar -zxvf yarp-2.2.6.tar.gz cd yarp-2.2.6; mkdir build; cd build cmake .. make -j3 sudo make install cd ../..
For CREATE_GUIS option, before cmake:
sudo apt-get install libgtk2.0-dev