summaryrefslogtreecommitdiff
path: root/src/qa-plugin/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/qa-plugin/README')
-rw-r--r--src/qa-plugin/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/qa-plugin/README b/src/qa-plugin/README
new file mode 100644
index 0000000..7137bde
--- /dev/null
+++ b/src/qa-plugin/README
@@ -0,0 +1,29 @@
+
+QA plugin for Weston (Tizen)
+****************************
+
+This is a small plugin which enables some debugging stuff,
+which can be retrieved by the "weston-qa-client" client.
+
+
+ INSTALLATION :
+ ------------
+
+1) Temporary
+ --------
+ start weston with the "--modules" parameter :
+
+$ weston --modules=desktop-shell.so,qa-plugin.so
+
+
+2) Permanent
+ ---------
+ in "weston.ini" (default path : "/etc/xdg/weston/weston.ini"), replace :
+
+modules=desktop-shell.so
+ with
+modules=desktop-shell.so,qa-plugin.so
+
+
+ And then, run :
+$ weston-qa-client