aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorbellard <bellard>2005-06-17 22:07:03 +0000
committerbellard <bellard>2005-06-17 22:07:03 +0000
commit16559cd60c53fd0a728bbc212fa2e560d0fccb12 (patch)
tree5a1f3d24c887686c8c301f4fd2806d7d6309fe69 /win32
parent4386b4566b18e93fd652c9dd700f750267d9f895 (diff)
downloadtinycc-16559cd60c53fd0a728bbc212fa2e560d0fccb12.tar.gz
tinycc-16559cd60c53fd0a728bbc212fa2e560d0fccb12.tar.bz2
update
Diffstat (limited to 'win32')
-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.