diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2012-03-29 17:24:45 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2012-03-29 17:24:45 +0000 |
commit | 73ce4da587c7a9e63c64c4c21e62c9e25fc93466 (patch) | |
tree | ed21db1a81e6aac0d7e244ed77964f35463aa6a5 /README | |
parent | d78037e45f941ebf7eb1ad42e47577d749b8bc2d (diff) | |
download | LibXtract-73ce4da587c7a9e63c64c4c21e62c9e25fc93466.tar.gz LibXtract-73ce4da587c7a9e63c64c4c21e62c9e25fc93466.tar.bz2 LibXtract-73ce4da587c7a9e63c64c4c21e62c9e25fc93466.zip |
- updated to latest SWIG macros
- added __init__.py so generated python module loads
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 -------------------------- |