More concise get/install directions in README.md
This commit is contained in:
parent
b8337fb6c5
commit
8f1648b47c
1 changed files with 3 additions and 5 deletions
|
|
@ -10,11 +10,9 @@ This package has only been tested with LLVM 2.9, and Python 2.7, (not Python 3.x
|
|||
## Quickstart ##
|
||||
1. Get 2.9 version of LLVM, build it. Make sure '--enable-pic' is passed to LLVM's 'configure'.
|
||||
2. Get llvm-py and install it:
|
||||
- To get from SVN:
|
||||
$ git clone git@github.com:AndrewBC/llvm-py.git
|
||||
- To build and install:
|
||||
$ cd llvm-py
|
||||
$ python setup.py install
|
||||
- git clone git@github.com:AndrewBC/llvm-py.git
|
||||
- cd llvm-py
|
||||
- python setup.py install
|
||||
3. See documentation at 'www/web/index.html' and examples under 'test'.
|
||||
|
||||
## LICENSE ##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue