diff --git a/CMakeLists.txt b/CMakeLists.txt
index afa818aafe2bdb3c8e0a76cbf0b29c9e0ec6b385..4d717c26c2bcefc17fd9a84dd3b65145f05e55df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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")
diff --git a/README.md b/README.md
index 9dd331044fa15e9260feb856e93e2691d0d9b7aa..fc94b53569b249f3d7fcdc65e7efe9f65c0d4615 100644
--- a/README.md
+++ b/README.md
@@ -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