Skip to content

Commit

Permalink
[squashme] Recommend Ubuntu 20.04 instead of 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Feb 24, 2024
1 parent 1ab724a commit 288c1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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++

Expand Down

0 comments on commit 288c1bd

Please sign in to comment.