Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 893 Bytes

amor-openrave-models-install.md

File metadata and controls

19 lines (14 loc) · 893 Bytes

Basic installation

Dependencies:

Installation steps:

cd  # go home
mkdir -p repos; cd repos                                                # create $HOME/repos and enter it
git clone https://github.com/roboticslab-uc3m/amor-openrave-models.git  # download repository
cd amor-openrave-models; mkdir build; cd build; cmake ..                # configure the build
sudo make install                                                       # install

For additional (advanced) options, use ccmake command instead of cmake.