Python-caja: Difference between revisions
From LFScript
Created page with "Category:Scripts <scriptname>python-caja</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/python-caja-1.17.0.tar.xz</sourcecode> == Dep..." |
|||
| Line 6: | Line 6: | ||
== Dependencies == | == Dependencies == | ||
* <dependency value=" | * <dependency value="caja"></dependency>[[caja]] | ||
* <dependency>pygobject3</dependency> | |||
== Installation == | == Installation == | ||
Revision as of 18:04, 1 March 2017
LFScript can find this software under the name python-caja.
Sources
Dependencies
- caja
- pygobject3
Installation
./autogen.sh --prefix=/usr \
--sysconfdir=/etc/mate/1.17 \
--localstatedir=/var \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/python-caja \
--disable-static &&
makeAs the root user:
make install
