[Xfce4-commits] <thunarx-python:master> Updated README with install instructions
Adam Plumb
noreply at xfce.org
Thu May 27 18:14:16 CEST 2010
Updating branch refs/heads/master
to beffdc115e7b4d04197d029e644e348f3e4baef3 (commit)
from 02ddd5c56e64385507b677ec09573394d4fefe27 (commit)
commit beffdc115e7b4d04197d029e644e348f3e4baef3
Author: Adam Plumb <adamplumb at gmail.com>
Date: Fri Jan 15 15:14:02 2010 -0500
Updated README with install instructions
README | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 911fb60..2c2f2cc 100644
--- a/README
+++ b/README
@@ -2,6 +2,20 @@ Thunarx Python Bindings
These bindings allow one to create python plugins for Thunar.
+Install
+-----------
+To install, run the following commands:
+ $ ./configure
+ $ make
+ $ sudo make install
+
+If you have built thunar into a non-standard prefix, thunarx-python will be
+installed there, but make sure pkg-config knows where it is. You may have to
+update your PKG_CONFIG_PATH environment variable to include your thunar's
+pkgconfig path.
+
+ export PKG_CONFIG_PATH="/path/to/thunar/lib/pkgconfig"
+
Dependencies
------------
* thunar (1.1 or later)
@@ -9,7 +23,6 @@ Dependencies
* pygobject (2.16 or later)
* gnome-python (2.12.0 or later)
-
Debugging
-----------
To enable debug mode, start thunar with the following command:
More information about the Xfce4-commits
mailing list