Skip to content

Commit

Permalink
Remove default options (YARP 3.0+)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored May 15, 2019
1 parent 0ab2799 commit 2940de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-yarp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo apt install libedit-dev # Enables keyboard arrow keys within an RPC communi
mkdir -p ~/repos; cd ~/repos # Create $HOME/repos if it doesn't exist; then, enter it
git clone https://github.com/robotology/yarp
cd yarp && mkdir build && cd build
cmake .. -DSKIP_ACE=ON -DCREATE_LIB_MATH=ON -DCREATE_GUIS=ON -DCREATE_OPTIONAL_CARRIERS=ON -DENABLE_yarpcar_mjpeg=ON # configure
cmake .. -DSKIP_ACE=ON -DCREATE_GUIS=ON -DENABLE_yarpcar_mjpeg=ON # configure
make -j$(nproc) # Compile
sudo make install && sudo ldconfig && cd # Install and go home
```
Expand Down Expand Up @@ -64,7 +64,7 @@ If you have the line `source /opt/ros/indigo/setup.bash` at the end of ~/.bashrc

```bash
cd ~/repos/yarp/build
cmake .. -DCREATE_OPTIONAL_CARRIERS=ON -DENABLE_yarpcar_tcpros=ON -DENABLE_yarpcar_xmlrpc=ON
cmake .. -DENABLE_yarpcar_tcpros=ON -DENABLE_yarpcar_xmlrpc=ON
make -j$(nproc) # Compile
sudo make install && sudo ldconfig && cd # Install and go home
```
Expand Down

0 comments on commit 2940de1

Please sign in to comment.