Skip to content
Snippets Groups Projects
Commit 99bf4a3c authored by stonneau's avatar stonneau
Browse files

Update README.md

parent a37abc65
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,20 @@ To install hpp-rbprm-corba: ...@@ -14,12 +14,20 @@ To install hpp-rbprm-corba:
1. install HPP-RBPRM 1. install HPP-RBPRM
- see https://github.com/stonneau/hpp-rbprm - see https://github.com/stonneau/hpp-rbprm
-
2. If necessary, install hpp-corba-template
- git clone --recursive https://github.com/laas/hpp-template-corba.git
- cd hpp-template-corba/
- mkdir build && cd build
- cmake ..
- make install
2. Use CMake to install the library. For instance: 2. Use CMake to install the library. For instance:
mkdir $HPP_RBPRM_CORBA_DIR/build mkdir $HPP_RBPRM_CORBA_DIR/build
cd $HPP_RBPRM_CORBA_DIR/build cd $HPP_RBPRM_CORBA_DIR/build
cd cmake .. cmake ..
make install make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment