This commit is contained in:
bellard
2005-06-17 22:07:03 +00:00
parent 4386b4566b
commit 16559cd60c
4 changed files with 36 additions and 4 deletions

View File

@ -28,7 +28,20 @@
- TCC can of course compile itself.
Installation:
Compilation: (omit that if you use the binary ZIP package)
------------
You must use the MinGW and MSYS tools available at
http://www.mingw.org to compile TCC for Windows. Untar the TCC
archive and type in the MSYS shell:
./configure
make
make install
TCC is installed in c:\Program Files\tcc
Installation: (from the binary ZIP package)
-------------
Just unzip the package to a directory anywhere on your computer.