llvmpy/README
2010-07-24 18:15:49 +00:00

39 lines
915 B
Text

llvm-py: Python Bindings for LLVM
---------------------------------
llvm-py provides Python bindings for LLVM.
Home page:
----------
http://mdevan.nfshost.com/llvm-py/
Versions:
---------
This package will work only with LLVM 2.7, and Python 2.4 or later,
but not 3.x.
Quickstart:
-----------
1. Get 2.7 version of LLVM, build it. Make sure '--enable-pic' is passed to
LLVM's 'configure'.
2. Get llvm-py from SVN, install it:
$ svn co http://llvm-py.googlecode.com/svn/trunk/ llvm-py
$ cd llvm-py
# Locate llvm-config, usually under <llvm>/Release/bin
$ sudo python setup.py install --llvm-config=/path/to/llvm-config
3. See examples under 'test' directory.
LICENSE:
--------
llvm-py is distributed under the new BSD license, which is similar to
the LLVM license itself. See the file called LICENSE for the full license
text.