CMake: fixed build, if only GenericCommunicator is build
[profile/ivi/layer-management.git] / README
diff --git a/README b/README
index 624e9b4..8564c85 100644 (file)
--- a/README
+++ b/README
@@ -199,14 +199,6 @@ Supported Build Options
   Option: -DWITH_FORCE_COPY=ON or
           -DWITH_FORCE_COPY=OFF
 
   Option: -DWITH_FORCE_COPY=ON or
           -DWITH_FORCE_COPY=OFF
 
-- Build with XTHREAD support, switches continous rendering to event based rendering
-  Option: -DWITH_XTHREADS=ON or
-          -DWITH_XTHREADS=OFF
-
-- Build with INPUT EVENT support, switches input forwarding of events on
-  Option: -DWITH_INPUT_EVENTS=ON or
-          -DWITH_INPUT_EVENTS=OFF
-
 - Build available tests
   Option: -DWITH_TESTS=ON or
           -DWITH_TESTS=OFF
 - Build available tests
   Option: -DWITH_TESTS=ON or
           -DWITH_TESTS=OFF
@@ -219,11 +211,11 @@ Supported Build Options
 
   GLXRenderer (X11Renderer.so) which is normaly used for a Desktop, VMWare Image and GMA500 based Headunits
 
 
   GLXRenderer (X11Renderer.so) which is normaly used for a Desktop, VMWare Image and GMA500 based Headunits
 
-  cmake <source-dir>/ -DWITH_DESKTOP=ON -DWITH_GLX_EXAMPLE=ON -DWITH_XTHREADS=ON -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=OFF -DWITH_X11_GLES=OFF
+  cmake <source-dir>/ -DWITH_DESKTOP=ON -DWITH_GLX_EXAMPLE=ON -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=OFF -DWITH_X11_GLES=OFF
 
   X11GLESRenderer which is used on more embedded device which are supporting EGL and OpenGL ES 2.0
 
 
   X11GLESRenderer which is used on more embedded device which are supporting EGL and OpenGL ES 2.0
 
-  cmake <source-dir>/ -DWITH_DESKTOP=OFF -DWITH_GLX_EXAMPLE=OFF -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=ON -DWITH_X11_GLES=ON -DWITH_XTHREADS=ON
+  cmake <source-dir>/ -DWITH_DESKTOP=OFF -DWITH_GLX_EXAMPLE=OFF -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=ON -DWITH_X11_GLES=ON
 
 Change the Environment during Runtime
 =====================================
 
 Change the Environment during Runtime
 =====================================
@@ -280,15 +272,23 @@ OpenGL ES Example
 OpenGL Example
 #> GLX11ApplicationExample &
 
 OpenGL Example
 #> GLX11ApplicationExample &
 
-3. Running LayerManagerToolBox
+3. Running LayerManagerControl
 
 
-The LayerManagerToolbox can be used to change and debug 
+The LayerManagerControl can be used to change and debug 
 the runtime behaviour of the service.
 
 Please Call :
 the runtime behaviour of the service.
 
 Please Call :
-LayerManagerToolBox -? to see the expected parameter
-
-Example LayerManagerToolBox --change-surface sid:[0xa],src:[0,0,320,240],dest:[0,0,800,480],o:[1.0],v:[1]
+LayerManagerControl without arguments to see a list of supported commands
+
+Examples
+        LayerManagerControl get scene
+        LayerManagerControl get layers
+        LayerManagerControl get layer 1000
+        LayerManagerControl get surfaces
+        LayerManagerControl get surface 0xa
+        LayerManagerControl analyze surface 10
+        LayerManagerControl scatter
+        LayerManagerControl watch surface 0xa
 
 precondition : 
 
 
 precondition : 
 
@@ -298,5 +298,5 @@ LayerManagerService Running
 run:
 #> export DISPLAY=:0
 #> export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib
 run:
 #> export DISPLAY=:0
 #> export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib
-#> LayerManagerToolbox [options]
+#> LayerManagerControl [command]