Comment 3 for bug 799206

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

How to install git version of tinycc:
$ git clone git://repo.or.cz/tinycc.git
$cd tinycc
$ ./configure --prefix=/tmp/tcc --cc=gcc --cpu=x86
$ make
$ make install
$ /tmp/tcc/bin/tcc -v
tcc version 0.9.25