diff options
| -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. | ||
