From 961131d5e1419ee06962c92e4191aeaeb1208de6 Mon Sep 17 00:00:00 2001 From: okuoku Date: Wed, 20 Jun 2018 21:19:33 +0900 Subject: [PATCH] doc: Update README-win32.md to reflect recent changes --- README-win32.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-win32.md b/README-win32.md index 3b5f7d0c..969d550b 100644 --- a/README-win32.md +++ b/README-win32.md @@ -12,7 +12,7 @@ Supported Environments Chibi-scheme can be compiled with following platforms: -* Microsoft Visual Studio 2017 (32bit only) +* Microsoft Visual Studio 2017 * MinGW32 * MinGW64 * MSYS @@ -74,8 +74,8 @@ it does not support UNIX/APPLE platforms either. 1. (Make sure CMake was selected with Visual Studio installer) 2. Open this directory with "Open with Visual Studio" -3. Choose "x86-Release" or "x86-Debug" configuration +3. Choose "x86-" or "x64-" configuration 4. "CMake" => "Build all" -5. "CMake" => "Run Tests" => "chibi-scheme" +5. "CMake" => "Tests" => "Run chibi-scheme Tests"