summaryrefslogtreecommitdiff
path: root/win32/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'win32/readme.txt')
-rw-r--r--win32/readme.txt15
1 files changed, 14 insertions, 1 deletions
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.