[Xfce4-commits] <thunarx-python:master> Updated README with some corrections and clarifications)
Adam Plumb
noreply at xfce.org
Thu May 27 18:12:36 CEST 2010
Updating branch refs/heads/master
to 3c2c896c077b5cf5d8b39235d82d6d390037d63d (commit)
from 17f75c66bd09108b7ad62f77551e1d3e01379344 (commit)
commit 3c2c896c077b5cf5d8b39235d82d6d390037d63d
Author: Adam Plumb <adamplumb at gmail.com>
Date: Thu Jan 28 09:10:53 2010 -0500
Updated README with some corrections and clarifications)
README | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 2c2f2cc..ee5d059 100644
--- a/README
+++ b/README
@@ -5,16 +5,16 @@ These bindings allow one to create python plugins for Thunar.
Install
-----------
To install, run the following commands:
- $ ./configure
+ $ ./configure (or ./autogen.sh if building from git)
$ make
- $ sudo make install
+ $ 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"
+ export PKG_CONFIG_PATH="/thunar_prefix/lib/pkgconfig"
Dependencies
------------
More information about the Xfce4-commits
mailing list