diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-04-19 14:07:24 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-19 14:07:24 +0200 |
| commit | e44b1e8f1efbfaf0ebde9f3436be7948260e1b36 (patch) | |
| tree | 4e60a9e30c5362d8a2b42838ab67f1f34841090c /INSTALL | |
| parent | b2d3cc4828e392fd28bf40cbe7162b0cafadb0c3 (diff) | |
Add installation and test instructions
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 29 |
1 files changed, 29 insertions, 0 deletions
| @@ -7,4 +7,33 @@ boost-serialization, and a steaming crapload of whatever else is required from | |||
| 7 | building a compiz plugin. See | 7 | building a compiz plugin. See |
| 8 | <http://wiki.compiz.org/Development/zero-nine/BuildSystem>. | 8 | <http://wiki.compiz.org/Development/zero-nine/BuildSystem>. |
| 9 | 9 | ||
| 10 | Steps to install and test the compiz plugin | ||
| 11 | ------------------------------------------- | ||
| 10 | 12 | ||
| 13 | 1. Install required build dependencies | ||
| 14 | |||
| 15 | sudo apt-get build-dep utouch-compiz | ||
| 16 | |||
| 17 | 2. utouch-frame with xi support | ||
| 18 | |||
| 19 | Either pick libutouch-frame1 from the ppa:utouch-team/unstable, or | ||
| 20 | build utouch-frame from source using | ||
| 21 | |||
| 22 | ./autogen.sh | ||
| 23 | ./configure --prefix=/usr --with-xi | ||
| 24 | make | ||
| 25 | sudo make install | ||
| 26 | |||
| 27 | 3. build compiz package | ||
| 28 | |||
| 29 | ./scripts/build.sh | ||
| 30 | |||
| 31 | is the easiest, followed by | ||
| 32 | |||
| 33 | (cd build; sudo make install) | ||
| 34 | |||
| 35 | 4. run compiz on commandline | ||
| 36 | |||
| 37 | compiz --replace ccp | ||
| 38 | |||
| 39 | This will output debug touch data in the terminal. | ||
