From 4fb1c72ef47a289daee06f2f7633e7c8dd124714 Mon Sep 17 00:00:00 2001
From: brarcher
+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
+is supported for compiling Check with Visual Studios, so download
+CMake first.
+
+After the
+latest Check source
+has been downloaded and unpacked, open the CMake GUI program. Fill in the
+"Where is the source code" and "Where to build the binaries" fields to
+point to the unpacked location of the Check source, and press the
+Configure button. Select the version of Visual Studios to use, and click
+"OK". Once the configuration completes, CMake will highlight two settings,
+CMAKE_CONFIGURATION_TYPES and CMAKE_INSTALL_PREFIX. You may leave them as
+their defaults or modify them. Finally, click "Generate" to create the
+Visual Studio project files.
+
+Open Visual Studios and load the generated project files. The following
+is a summary of the important build targets:
+
+
+Visual Studios From Source
+
+
+
+To compile, validate, and install Check, run these three targets from +Visual Studios. Note that the RUN_TESTS target only runs Check's unit +tests which do not require a shell interpreter. The remaining tests must +be run in a MSYS or comparable environment. +
++If any of the build targets fail, including the RUN_TESTS target, +please send an email to Check's +mailing list +and give details as to the failure so it may be investigated and fixed. +
+