From b8337fb6c571dc2a9aa38d220cacc8f40f6eb031 Mon Sep 17 00:00:00 2001 From: AndrewBC Date: Tue, 7 Jun 2011 14:04:01 -0500 Subject: [PATCH] honk honk --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index e1516ab..2c988a2 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ # llvm-py: Python Bindings for LLVM # - - llvm-py provides Python bindings for LLVM. ## Home page ## - https://github.com/AndrewBC/llvm-py ## Versions ## - 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: @@ -23,6 +18,5 @@ This package has only been tested with LLVM 2.9, and Python 2.7, (not Python 3.x 3. See documentation at 'www/web/index.html' and examples under 'test'. ## 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.