diff options
| author | Camille Mougey <commial@gmail.com> | 2015-03-06 13:26:18 +0100 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2015-03-06 13:26:18 +0100 |
| commit | 92140a9cfc7d8419c0cb79f4b2453ad8111969d9 (patch) | |
| tree | c445583eefcd6fd28cfa9df59f969800a27fc235 | |
| parent | 75e2d1688bfa735d7a6ee9d8839045c5cc9b7acf (diff) | |
| download | miasm-92140a9cfc7d8419c0cb79f4b2453ad8111969d9.tar.gz miasm-92140a9cfc7d8419c0cb79f4b2453ad8111969d9.zip | |
README: TCC *stable* version should be use
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e50ff3ba..7c8dcdac 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ sudo python setup.py install * To use the jitter, TCC or LLVM is recommended * LibTCC needs to be configured with the `--disable-static` option * remove `libtcc-dev` from the system to avoid conflicts - * clone [TinyCC](http://repo.or.cz/tinycc.git) + * clone [TinyCC](http://repo.or.cz/tinycc.git) and use [latest stable version](http://repo.or.cz/w/tinycc.git/tags) * `./configure --disable-static && make && make install` * LLVM * Debian (testing/unstable): install python-llvm |