From cc888acfe9de9434fdfb9084c2c1d5ca43672ba3 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 27 Oct 2022 22:17:47 +0200 Subject: Update common-errors.md --- docs/common-errors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/common-errors.md b/docs/common-errors.md index 1e9c9a3..cd4d75e 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -193,14 +193,14 @@ AzerothCore requires GCC 8.0 or higher and CLang 7 or higher. --------------------------------------------------------- #### [ACE00062](#a-hreface00062ace00062a) -I cannot install AzerothCore on Windows XP/Vista +I cannot install AzerothCore on Windows XP/Vista/7 -AzerothCore requires [Visual Studio 2019](https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements), therefore you need to update to Windows 7 or above. +AzerothCore requires [Visual Studio 2022](https://docs.microsoft.com/en-us/visualstudio/releases/2022/system-requirements), therefore you need to update to Windows 10 or above. --------------------------------------------------------- #### [ACE00063](#a-hreface00063ace00063a) -I cannot install AzerothCore on Linuyx, I get: +I cannot install AzerothCore on Linux, I get: ``` c++: internal compiler error: Segmentation fault (program cc1plus) ``` -- cgit