From 16559cd60c53fd0a728bbc212fa2e560d0fccb12 Mon Sep 17 00:00:00 2001 From: bellard Date: Fri, 17 Jun 2005 22:07:03 +0000 Subject: update --- win32/readme.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/readme.txt b/win32/readme.txt index e4db70b..1ad30f3 100644 --- a/win32/readme.txt +++ b/win32/readme.txt @@ -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. -- cgit v1.3.1