update
This commit is contained in:
7
README
7
README
@ -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
|
||||
|
||||
Reference in New Issue
Block a user