diff options
| -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 |