From e44b1e8f1efbfaf0ebde9f3436be7948260e1b36 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 19 Apr 2011 14:07:24 +0200 Subject: Add installation and test instructions Signed-off-by: Henrik Rydberg --- INSTALL | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'INSTALL') 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 building a compiz plugin. See . +Steps to install and test the compiz plugin +------------------------------------------- +1. Install required build dependencies + +sudo apt-get build-dep utouch-compiz + +2. utouch-frame with xi support + +Either pick libutouch-frame1 from the ppa:utouch-team/unstable, or +build utouch-frame from source using + +./autogen.sh +./configure --prefix=/usr --with-xi +make +sudo make install + +3. build compiz package + +./scripts/build.sh + +is the easiest, followed by + +(cd build; sudo make install) + +4. run compiz on commandline + +compiz --replace ccp + +This will output debug touch data in the terminal. -- cgit v1.2.3