CompizConfig Python: Difference between revisions
From LFScript
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Sources == | == Sources == | ||
* <sourcecode> | * <sourcecode>https://github.com/compiz-reloaded/compizconfig-python/releases/download/v0.8.12.1/compizconfig-python-0.8.12.1.tar.xz</sourcecode> | ||
== Dependencies == | == Dependencies == | ||
* <dependency value="libcompizconfig"></dependency>[[Libcompizconfig]] | * <dependency value="libcompizconfig"></dependency>[[Libcompizconfig]] | ||
* <dependency value=" | * <dependency value="cython"></dependency>[[Cython]] | ||
== Installation == | == Installation == |
Revision as of 11:05, 11 March 2017
LFScript can find this software under the name compizconfig-python
.
Sources
Dependencies
Installation
./configure --prefix=/usr && make
As the root user:
make install