Remove DALI_GLES_VERSION compile option in dali-core
[platform/core/uifw/dali-toolkit.git] / docs / content / shared-javascript-and-cpp-documentation / stage-hand.md
index d1283e0..a11e875 100644 (file)
@@ -36,7 +36,21 @@ Stagehand connects to DALi via the network using a TCP/IP connection.
 ![ ](../assets/img/stage-hand/inner-workings.png)
 ![ ](inner-workings.png)
 
-## Network setup
+## Connecting Stagehand to your DALi application
+
+### Preparing DALi
+
+Stagehand connects to DALi via network using a TCP/IP connection, to enable this, your dali-adaptor RPM must be built with a configure option: `--enable-networklogging`
+
+Here is an example dali-adaptor configure line:
+~~~
+$ CXXFLAGS="-g -O0 -Wno-unused-local-typedefs" CXX="ccache g++" ./configure --prefix=$DESKTOP_PREFIX --enable-debug=yes --enable-profile=UBUNTU --enable-networklogging
+~~~
+
+Once this RPM is installed, you can run your DALi application and connect Stagehand to it.
+  
+
+### Network setup
 
 To enable network control on DALi, an environment variable must be set:
 
@@ -61,7 +75,7 @@ $ netstat -tlpn
 ![ ](netstat.png)
 
 
-## Connecting with Stagehand
+### Connecting with Stagehand
 
 Click the settings icons below
   
@@ -93,7 +107,7 @@ Click screen shot to get overlay current screen
 ![ ](../assets/img/stage-hand/stagehand-screenshot.png)
 ![ ](stagehand-screenshot.png)
 
-To cycle through the actor hierachy, keep clicking the same spot. Alternatively, select using the actor tree.
+To cycle through the actor hierarchy, keep clicking the same spot. Alternatively, select using the actor tree.
 
   
 ![ ](../assets/img/stage-hand/stagehand-mainscreen.png)
@@ -165,4 +179,4 @@ Make sure  DALi application is run using launch_app:
 launch_app [APP_ID] __AUL_SDK__ DEBUG __DLP_DEBUG_ARG__ :10003
 ~~~
 
-@class _Guide_Visual_Debugger
\ No newline at end of file
+@class _Guide_Visual_Debugger