From 761aee48665da9ed0f704dbceed73a3f74718a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Weigert?= Date: Mon, 4 Jul 2022 12:38:56 +0200 Subject: [PATCH] Update building.adoc Saying that Visual Studio 2019 is the only official supported Compiler is misleading. We recommend craft over visual studio. Suggest wording change to reflect this.... --- modules/ROOT/pages/appendices/building.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/appendices/building.adoc b/modules/ROOT/pages/appendices/building.adoc index 5dfdbc52..0c0ec305 100644 --- a/modules/ROOT/pages/appendices/building.adoc +++ b/modules/ROOT/pages/appendices/building.adoc @@ -182,7 +182,7 @@ iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.co The first command allows running scripts from remote sources. The second command starts installing KDE Craft. You are asked where you want to put the main folder, called `CraftRoot`, which will contain all source, build, and install folders. Please choose a disk with sufficient free space. -Last but not least, you need to choose the compiler you want to use. The official builds only supports {ms-visual-studio-2019-url}[Microsoft Visual Studio 2019]. However, if you're feeling adventurous, you can also try to use {mingw-w64-url}[Mingw-w64]. In contrast to Visual Studio, which you need to install in advance, KDE Craft can install `Mingw-w64` for you. +The currently supported version of Visual Studio is {ms-visual-studio-2019-url}[Microsoft Visual Studio 2019]. However, if you're feeling adventurous, you can also try to use {mingw-w64-url}[Mingw-w64]. In contrast to Visual Studio, which you need to install in advance, KDE Craft can install `Mingw-w64` for you. TIP: Unless you need 32bit builds, you should stick to the default of x64 builds.