From a37a5b188ec3c5345eedc0c7c5e7a24b84d528bd Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周日, 10 5月 2020 15:30:34 +0800
Subject: [PATCH] improve docs

---
 doc/development/Build-the-library-windows.rst |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/doc/development/Build-the-library-windows.rst b/doc/development/Build-the-library-windows.rst
index a8b42e6..845c2f9 100644
--- a/doc/development/Build-the-library-windows.rst
+++ b/doc/development/Build-the-library-windows.rst
@@ -4,13 +4,17 @@
 
 This page describes how to build the library under windows. Both MSVC compiler and MinGW are supported.
 
-
-MSVC (2015~2019)
+MSVC (2017~2019)
 *****************
+
+Supported Visual Studio versions are: 
+
+* the latest Visual Studio 2019 (used in development) 
+* Visual Studio 2017 used in `travis.ci <https://docs.travis-ci.com/user/reference/windows/>`_ for automated tests.
 
 MSVC install prerequisites
 ============================= 
-Git is of course a prerequisite, if you don't have it you can download it from git-scm.com (here is a )
+Git is of course a prerequisite, if you don't have it you can download it from `git-scm.com <https://git-scm.com/download/win>`_. 
 
 Pre-compiled `versions of boost <https://sourceforge.net/projects/boost/files/boost-binaries/>`_ for windows are available 
 at SourceForge. Choose the version that matches the desired architecture (eg. for Visual Studio 2019 64 bit you can download
@@ -18,7 +22,6 @@
 if unsure download the full `boost_1_71_0-bin-msvc-all-32-64.7z <https://dl.bintray.com/boostorg/release/1.71.0/binaries/boost_1_71_0-bin-msvc-all-32-64.7z>`_ archive. 
 
 With boost 1.71 it is recommended to download one of the `latest cmake <https://github.com/Kitware/CMake/releases/download/v3.17.0/cmake-3.17.0-win64-x64.msi>`_ (>3.16). The version with Visual Studio 2019 isn't the most up to date.
-
 
 Checkout the code
 ==================

--
Gitblit v1.9.1