Update license and README

This commit is contained in:
Travis E. Oliphant 2012-08-02 02:46:10 -05:00
commit c7afaf98db
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,5 @@
Copyright (c) 2008-10, Mahadevan R All rights reserved.
Copyright (c) 2012, Continuum Analytics, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

View file

@ -2,22 +2,22 @@
llvm-py provides Python bindings for LLVM.
## Home page ##
https://github.com/AndrewBC/llvm-py
http://www.llvmpy.org
## Versions ##
This package has only been tested with LLVM 2.9, and Python 2.7, (not Python 3.x).
This package has only been tested with LLVM 3.1, 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'.
1. Get 3.1 version of LLVM, build it. Make sure '--enable-pic' is passed to LLVM's 'configure'.
2. Get llvm-py and install it:
```
$ git clone git@github.com:AndrewBC/llvm-py.git
$ cd llvm-py
$ git clone git@github.com:llvmpy/llvmpy.git
$ cd llvmpy
$ python setup.py install
```
3. See documentation at 'www/web/index.html' and examples under 'test'.
3. See documentation at 'http://www.llvmpy.org/pages.html' and examples under 'test'.
## LICENSE ##
llvm-py is distributed under the new BSD license, which is similar to the LLVM license itself.