Wiki home
Editing page "
tcc
"
Base on previous version:
0
-
1499
-
6415
# tcc is Fabrice Bellard's Tiny C Compiler project which reports faster compiletimes than gcc, but is not compatible with all of gcc's flags. wget -c [link]http://download.savannah.gnu.org/releases/tinycc/tcc-0.9.26.tar.bz2[/link] tar -xjf tcc-0.9.26.tar.bz2 cd tcc-0.9.26 mkdir -p build cd build ln -s ../tcc-doc.html . ../configure --prefix="/usr" --crtprefix="/lib" make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page