From 60233cc24fce4743bc33042d479fe4c79996e551 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 02 5月 2020 10:08:47 +0800 Subject: [PATCH] Visual studio 2015 isn't supported anymore. --- doc/development/Build-the-library-windows.rst | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/development/Build-the-library-windows.rst b/doc/development/Build-the-library-windows.rst index a8b42e6..b59b7fb 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 -- Gitblit v1.9.1