aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index d2caad6..9a2de3c 100644
--- a/README
+++ b/README
@@ -73,9 +73,13 @@ If you do not have the 'standard' version of Python on OS X, you might need to t
./configure --your-flags LDFLAGS="-L/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/config/"
-to find your Python library type:
+To find your Python library type:
+
+ locate libpython
+
+NOTE: The python module will get installed under the main install prefix, so if your install prefix is set to /usr/local, then the python module will get installed to /usr/local/lib/python2.5/site-packages/libxtract/xtract. You may need to add this to your PYTHONPATH environment variable. For example in ~/.bash_profile add:
+ export PYTHONPATH=/usr/local/lib/python2.7/site-packages
-locate libpython
Building the Java bindings
--------------------------