about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-03-06 13:27:29 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-03-06 13:27:29 +0100
commit4ec6b5047aaa11517e2f3b2ee5d4383e7fd496c4 (patch)
treec445583eefcd6fd28cfa9df59f969800a27fc235
parent75e2d1688bfa735d7a6ee9d8839045c5cc9b7acf (diff)
parent92140a9cfc7d8419c0cb79f4b2453ad8111969d9 (diff)
downloadmiasm-4ec6b5047aaa11517e2f3b2ee5d4383e7fd496c4.tar.gz
miasm-4ec6b5047aaa11517e2f3b2ee5d4383e7fd496c4.zip
Merge pull request #102 from cea-sec/TCC-version
README: TCC *stable* version should be use
-rw-r--r--README.md2
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