This commit is contained in:
bellard
2002-12-08 14:34:02 +00:00
parent abf909e1ac
commit dc685c6b7d
3 changed files with 18 additions and 8 deletions

7
README
View File

@ -35,6 +35,11 @@ Documentation:
Type 'make install' to compile and install tcc in /usr/local/bin and
/usr/local/lib/tcc.
Or type 'make all' to only compile it.
Type 'make libinstall' to compile and install libtcc.
Or type 'make libtcc_test' to only compile it.
2) Introduction
We assume here that you know ANSI C. Look at the example ex1.c to know
@ -68,7 +73,7 @@ ex5.c: 'hello world' with standard glibc headers.
tcc.c: TCC can of course compile itself. Used to check the code
generator.
prog.c: auto test for TCC which tests many subtle possible bugs. Used
tcctest.c: auto test for TCC which tests many subtle possible bugs. Used
when doing 'make test'.
4) Full Documentation