diff --git a/doc/build-windows.md b/doc/build-windows.md index 47b3869315..b8e0d21b80 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -31,11 +31,11 @@ To get the bash shell, you must first activate the feature in Windows. * Enable 'Windows Subsystem for Linux' * Click 'OK' and restart if necessary 2. Install Ubuntu - * Open Microsoft Store and search for "Ubuntu 18.04" or use [this link](https://www.microsoft.com/store/productId/9N9TNGVNDL3Q) + * Open Microsoft Store and search for "Ubuntu 20.04" or use [this link](https://apps.microsoft.com/detail/9mttcl66cpxj) * Click Install * Reboot (if prompted) 3. Complete Installation - * Open a cmd prompt and type "Ubuntu1804" + * Open a cmd prompt and type "Ubuntu2004" * Create a new UNIX user account (this is a separate account from your Windows account) After the bash shell is active, you can follow the instructions below, starting @@ -78,7 +78,7 @@ To build executables for Windows 64-bit, install the following dependencies: sudo apt-get install g++-mingw-w64-x86-64 -For Ubuntu 18.04 and 20.04, set the default mingw32 g++ compiler option to posix: +For Ubuntu 20.04, set the default mingw32 g++ compiler option to posix: sudo update-alternatives --config x86_64-w64-mingw32-g++