# HG changeset patch # User alfadur # Date 1566461902 -10800 # Node ID 36d9d43265f41c318b6bd7d846843ea58f3bf10e # Parent 74dd219b6f7a3fffc294f3b45967b96dbfa0e6d4 add reminder to install vs english language pack diff -r 74dd219b6f7a -r 36d9d43265f4 BuildingOnWindows.wiki --- a/BuildingOnWindows.wiki Thu Aug 22 11:08:19 2019 +0300 +++ b/BuildingOnWindows.wiki Thu Aug 22 11:18:22 2019 +0300 @@ -29,7 +29,7 @@ == Setup == # Install CMake, but please *ensure* you select "Add CMake to the system PATH for all users", so you can run CMake directly from the command line. # Install !FreePascal / Lazarus IDE. Add the directory containing `fpc.exe` to the `PATH` environment variable (either user or system). - # Install !VisualStudio, ensuring the *Workloads → Desktop development with C++* option is selected. + # Install !VisualStudio, ensuring the *Workloads → Desktop development with C++* and *Language packs → English" options are selected. # Install Vcpkg by following the instructions under *Quick Start* section on the project page. If you don't have Git, use the *Clone or download → Download ZIP* option and extract the ZIP file. Create `VCPKG_ROOT` environment variable pointing to the directory you've clones/extracted it to. # Install !TortoiseHg / Mercurial # Restart the computer