Просмотр исходного кода

Build: Dropping support for VS2015

BearishSun 7 лет назад
Родитель
Сommit
e4d8024e7e
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Documentation/GitHub/compiling.md

+ 0 - 2
Documentation/GitHub/compiling.md

@@ -14,7 +14,6 @@ Use the guide below to get Banshee up and running as quickly as possible. Scroll
   - `cd Build`
   - `cd Build`
   - `cmake -G "$generator$" ../`
   - `cmake -G "$generator$" ../`
     - Where *$generator$* should be replaced with any of the supported generators. Some common ones:
     - Where *$generator$* should be replaced with any of the supported generators. Some common ones:
-	  - `Visual Studio 14 2015 Win64` - Visual Studio 2015 (64-bit build)
 	  - `Visual Studio 15 2017 Win64` - Visual Studio 2017 (64-bit build)
 	  - `Visual Studio 15 2017 Win64` - Visual Studio 2017 (64-bit build)
 	  - `Unix Makefiles`
 	  - `Unix Makefiles`
 	  - `Ninja`
 	  - `Ninja`
@@ -38,7 +37,6 @@ You can choose to use a different *CMake* generator than those specified above,
     - Windows, Linux
     - Windows, Linux
     - (macOS coming soon)
     - (macOS coming soon)
   - Supported compilers:
   - Supported compilers:
-    - MSVC++ 14.0 (Visual Studio 2015)
 	- MSVC++ 15.0 (Visual Studio 2017)
 	- MSVC++ 15.0 (Visual Studio 2017)
     - GCC 7.0 (or newer)
     - GCC 7.0 (or newer)
     - Clang 5.0 (or newer)
     - Clang 5.0 (or newer)