From 7c73c4eff964a18570323f479f69b18eada4ed44 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 22 Nov 2005 15:43:40 +0000 Subject: [PATCH] updated for R3.14.8 --- documentation/README.MS_Windows | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/README.MS_Windows b/documentation/README.MS_Windows index 0260eb755..385a2e7db 100644 --- a/documentation/README.MS_Windows +++ b/documentation/README.MS_Windows @@ -35,8 +35,8 @@ o win32-x86 - MS Visual C/C++ (probably version 6 is the earliest version that c (I understand that there are also available free versions of this compiler) o win32-x86-borland - Borland C free compiler and linker (I use Borland C++ 5.5.1 successfuly) o win32-x86-mingw - MingW standalone GNU developers tools www.mingw.org -o win32-x86-cygwin - Cygwin GNU base posix layered on win32 developers tools www.cygwin.com -o cigwin-x86 - Cygwin GNU base posix layered on win32 developers tools www.cygwin.com +o win32-x86-cygwin - Cygwin hosted developers tools www.cygwin.com +o cigwin-x86 - Cygwin hosted developers tools targeting Cygwin GNU based posix www.cygwin.com You can also cross compiler for Tornado (and possibly RTEMS) if you have it (them) installed on Windows. To build only for win32-x86 and not cross compile for IOC development type @@ -47,6 +47,7 @@ And some tools: perl - www.perl.org (need 5.0 or later) The gnu make and perl executables are also downloadable from www.cygwin.com + The perl interpreter and gnu make are also available 'on the net' as sources which compile with MS Visual C++.