OpenRAVE R1457 Ubuntu Install

From Asibot & HOAP3 & TEO Wiki
Revision as of 16:58, 27 May 2010 by Jgvictores (talk | contribs) (Created page with ' sudo apt-get install libqt4-dev qt4-dev-tools libxml2-dev sudo apt-get install libsoqt4-dev libcoin60-dev <!-- Maybe better from source? --> svn co -r 1457 https://openrave.sv…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
sudo apt-get install libqt4-dev qt4-dev-tools libxml2-dev
sudo apt-get install libsoqt4-dev libcoin60-dev 
svn co -r 1457 https://openrave.svn.sourceforge.net/svnroot/openrave/trunk openrave
cd openrave; mkdir build; cd build
cmake ..
make
sudo make install
cd ../..