Skip to content

Commit

Permalink
[CmakeLists] add dependency to binary omniNames (#67)
Browse files Browse the repository at this point in the history
* [README] add omniNames in the list of binary dependencies
  • Loading branch information
proyan authored and jmirabel committed Feb 3, 2018
1 parent be5fed1 commit c27a82d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ SETUP_PROJECT ()

# Dependencies
ADD_REQUIRED_DEPENDENCY("omniORB4 >= 4.1.4")

IF(NOT CLIENT_ONLY)
ADD_REQUIRED_DEPENDENCY("openscenegraph >= 3.2")
ADD_REQUIRED_DEPENDENCY("openscenegraph-osgQt")
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ have to be available on your machine.
- omniORB4 (version >= 4.1.4)
- openscenegraph (version >= 3.2)
- urdfdom (version >= 0.3.0)
- SceneViewer (Graphical Interface of Pinocchio and HPP)
- GepettoViewer (Graphical Interface of Pinocchio and HPP)
- Binaries:
- omniNames (installed by sudo apt-get install omniorb-nameserver)
- System tools:
- CMake (>=2.6)
- pkg-config
Expand Down

0 comments on commit c27a82d

Please sign in to comment.