summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-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.