YARP 2.2.6 Ubuntu Install
Revision as of 11:45, 16 July 2010 by Jgvictores (talk | contribs)
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 sudo make install cd ../..
For CREATE_GUIS option, before cmake:
sudo apt-get install libgtk2.0-dev