From 18c355ce37f9d0995e86d6509eab8970a33dc0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 24 Jun 2020 01:03:59 +0200 Subject: [PATCH] Update docs/src/advanced.md Co-authored-by: Jacek Sieka --- docs/src/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/advanced.md b/docs/src/advanced.md index e82849dc8..7ada782c9 100644 --- a/docs/src/advanced.md +++ b/docs/src/advanced.md @@ -8,7 +8,7 @@ The following sections explain how to setup your build environment on your platf Install Mingw-w64 for your architecture using the "[MinGW-W64 Online Installer](https://sourceforge.net/projects/mingw-w64/files/)" (first link under the directory listing). Run it and select your architecture in the setup -menu ("i686" on 32-bit, "x86_64" on 64-bit), set the threads to "win32" and +menu (`i686` on 32-bit, `x86_64` on 64-bit), set the threads to `win32` and the exceptions to "dwarf" on 32-bit and "seh" on 64-bit. Change the installation directory to "C:\mingw-w64" and add it to your system PATH in "My Computer"/"This PC" -> Properties -> Advanced system settings -> Environment