diff options
| author | bellard <bellard> | 2002-12-08 14:34:02 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2002-12-08 14:34:02 +0000 |
| commit | dc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea (patch) | |
| tree | eff6169af4edbd046beaff36104b6bc1d23087d7 /README | |
| parent | abf909e1acd60eb19480fd68c570df2b8451a502 (diff) | |
| download | tinycc-dc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea.tar.gz tinycc-dc685c6b7d71e48c1ef1c41a9e17bc63c17d4aea.tar.bz2 | |
update
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
