update supported dependencies in readme
This commit is contained in:
parent
fde153aab6
commit
ba759b59d0
2 changed files with 5 additions and 6 deletions
10
README.rst
10
README.rst
|
|
@ -10,15 +10,15 @@ http://www.llvmpy.org
|
|||
Versions
|
||||
--------
|
||||
|
||||
This package has been tested with LLVM 3.1 and 3.2, Python 2.7 and Python 3.2.
|
||||
Other Python versions should work.
|
||||
This package has been tested with LLVM 3.2, Python 2.6, 2.7 and 3.3.
|
||||
Other Python versions may work.
|
||||
|
||||
Quickstart
|
||||
----------
|
||||
|
||||
1. Get 3.1 or 3.2 version of LLVM, build it. Make sure ``--enable-pic`` is
|
||||
passed to LLVM's ``configure``.
|
||||
|
||||
1. Get 3.2 version of LLVM, build it. Make sure ``--enable-pic`` is
|
||||
passed to LLVM's ``configure``.
|
||||
|
||||
For LLVM 3.2, make sure that environment variable ``REQUIRES_RTTI=1`` is
|
||||
defined when running ``make``. Otherwise, you may see "undefined symbol:
|
||||
_ZTIN4llvm24PassRegistrationListenerE". Please refer to
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -207,7 +207,6 @@ setup(
|
|||
"Programming Language :: Python :: 2.6",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.2",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
],
|
||||
**kwds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue