summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-04-19 14:07:24 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-04-19 14:07:24 +0200
commite44b1e8f1efbfaf0ebde9f3436be7948260e1b36 (patch)
tree4e60a9e30c5362d8a2b42838ab67f1f34841090c
parentb2d3cc4828e392fd28bf40cbe7162b0cafadb0c3 (diff)
Add installation and test instructions
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--INSTALL29
1 files changed, 29 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 60422f6..2ac264a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,4 +7,33 @@ boost-serialization, and a steaming crapload of whatever else is required from
7building a compiz plugin. See 7building a compiz plugin. See
8<http://wiki.compiz.org/Development/zero-nine/BuildSystem>. 8<http://wiki.compiz.org/Development/zero-nine/BuildSystem>.
9 9
10Steps to install and test the compiz plugin
11-------------------------------------------
10 12
131. Install required build dependencies
14
15sudo apt-get build-dep utouch-compiz
16
172. utouch-frame with xi support
18
19Either pick libutouch-frame1 from the ppa:utouch-team/unstable, or
20build utouch-frame from source using
21
22./autogen.sh
23./configure --prefix=/usr --with-xi
24make
25sudo make install
26
273. build compiz package
28
29./scripts/build.sh
30
31is the easiest, followed by
32
33(cd build; sudo make install)
34
354. run compiz on commandline
36
37compiz --replace ccp
38
39This will output debug touch data in the terminal.