add reminder to install vs english language pack
authoralfadur
Thu, 22 Aug 2019 11:18:22 +0300
changeset 1960 36d9d43265f4
parent 1959 74dd219b6f7a
child 1961 7398fb5bc4eb
add reminder to install vs english language pack
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