about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-12-16 21:58:00 +0100
committerAjax <commial@gmail.com>2017-01-04 17:14:55 +0100
commitc1c6774744766fbe82587ebade91e13e2bfc9f9b (patch)
tree85ed2ea26f3f8a1d0d95f7d7541c9f880b54026f /README.md
parenta993473c6e2b4225c629eeb88eae98f7ee655333 (diff)
downloadmiasm-c1c6774744766fbe82587ebade91e13e2bfc9f9b.tar.gz
miasm-c1c6774744766fbe82587ebade91e13e2bfc9f9b.zip
Update documentation for llvmlite
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3d0dda88..a57ef87f 100644
--- a/README.md
+++ b/README.md
@@ -454,7 +454,7 @@ Miasm uses:
 To enable code JIT, one of the following module is mandatory:
 * GCC
 * Clang
-* LLVM v3.2 with python-llvm, see below
+* LLVM with Numba llvmlite, see below
 * LibTCC [tinycc (ONLY version 0.9.26)](http://repo.or.cz/w/tinycc.git)
 
 'optional' Miasm can also use:
@@ -483,9 +483,9 @@ To use the jitter, GCC, TCC or LLVM is recommended
   * `sudo make install`
   * There may be an error on documentation generation
 * LLVM
-  * Debian (testing/unstable): install python-llvm
-  * Debian stable/Ubuntu/Kali/whatever: install from [llvmpy](http://www.llvmpy.org/)
-  * Windows: python-llvm is not supported :/
+  * Debian (testing/unstable): Not tested
+  * Debian stable/Ubuntu/Kali/whatever: `pip install llvmlite` or install from [llvmlite](https://github.com/numba/llvmlite)
+  * Windows: Not tested
 * Build and install Miasm:
 ```
 $ cd miasm_directory