YARP 2.2.6 Ubuntu Install

From Asibot & HOAP3 & TEO Wiki
Revision as of 17:47, 27 May 2010 by Jgvictores (talk | contribs) (Created page with ' 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 ../..')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 ../..