From eb204d81ebe223281f4a5a4faf435fe86645fef0 Mon Sep 17 00:00:00 2001 From: brarcher Date: Mon, 6 Jan 2014 04:41:54 +0000 Subject: [PATCH] web: mention "Windows" on all Windows options All the other options mention their OS, Windows options should to. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1044 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- web/install.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/install.html b/web/install.html index 4f77a64..9ec0bb7 100644 --- a/web/install.html +++ b/web/install.html @@ -269,7 +269,7 @@ configure option. -

Cygwin via Package Manager

+

Cygwin on Windows via Package Manager

Cygwin provides a Check package that can be installed. To install, launch the Cygwin setup program, locate the Check package under @@ -279,7 +279,7 @@ the Devel folder, then install. -

Cygwin From Source

+

Cygwin on Windows From Source

Check uses autotools as a build system, and the default steps work on Cygwin. You must have gcc, and make installed. After the @@ -302,7 +302,7 @@ and give details as to the failure so it may be investigated and fixed. -

MinGW/MinGW-w64 From Source

+

MinGW/MinGW-w64 on Windows From Source

MinGW and MinGW-w64 do not provide a package for Check, so it must be compiled from source. Check uses autotools as a build system, and the @@ -328,7 +328,7 @@ and give details as to the failure so it may be investigated and fixed. -

Visual Studios From Source

+

Visual Studios on Windows From Source

Check must be compiled from source for Windows. Note that no fork() call is available, and Check's fork mode will be disabled. The CMake build system @@ -374,7 +374,7 @@ and give details as to the failure so it may be investigated and fixed. -

MSVC From Source

+

MSVC on Windows From Source

Check must be compiled from source for Windows. Note that no fork() call is available, and Check's fork mode will be disabled. The CMake build system -- 2.40.0