Documentation update

This commit is contained in:
Leon Styhre 2024-11-08 22:22:55 +01:00
parent 89ce634bcb
commit ce580a269f
3 changed files with 5 additions and 2 deletions

View file

@ -24,6 +24,7 @@
* (Android) Updated a number of Java and Kotlin dependencies to the latest stable versions
* (modern-es-de) Replaced some legacy carousel icons
* Added the Nanum Square Neo Korean font
* (Windows) Updated OpenSSL to 3.4.0
### Bug fixes

View file

@ -696,13 +696,14 @@ Windows 10 SDK (10.0.20348.0)
The Windows SDK version is important, it has to be this precise version or some dependencies may not build correctly.
In addition to the above you need to install Python. Make sure to get it from https://www.python.org as the version in the Microsoft Store does not seem to work correctly. In the installer make sure to include _py launcher_ and also tick the option to add Python to the environment variables. Python is important because otherwise the ICU library will not build correctly.
It's strongly recommended to also install Jom, which is a drop-in replacement for nmake that offers support for building in parallel using multiple CPU cores:\
https://wiki.qt.io/Jom
As well you may need to install the latest version of Microsoft Visual C++ Redistributable which can be downloaded here:\
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redis
The way the MSVC environment works is that a specific developer shell is provided where the build environment is properly configured. You open this from the Start menu via `Visual Studio 2022` -> `Visual Studio tools` -> `VC` -> `x64 Native Tools Command Prompt for VS 2022 Current`.
It's important to choose the x64-specific shell and not the x86 variant, as ES-DE will only compile as a 64-bit application.

View file

@ -694,13 +694,14 @@ Windows 10 SDK (10.0.20348.0)
The Windows SDK version is important, it has to be this precise version or some dependencies may not build correctly.
In addition to the above you need to install Python. Make sure to get it from https://www.python.org as the version in the Microsoft Store does not seem to work correctly. In the installer make sure to include _py launcher_ and also tick the option to add Python to the environment variables. Python is important because otherwise the ICU library will not build correctly.
It's strongly recommended to also install Jom, which is a drop-in replacement for nmake that offers support for building in parallel using multiple CPU cores:\
https://wiki.qt.io/Jom
As well you may need to install the latest version of Microsoft Visual C++ Redistributable which can be downloaded here:\
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redis
The way the MSVC environment works is that a specific developer shell is provided where the build environment is properly configured. You open this from the Start menu via `Visual Studio 2022` -> `Visual Studio tools` -> `VC` -> `x64 Native Tools Command Prompt for VS 2022 Current`.
It's important to choose the x64-specific shell and not the x86 variant, as ES-DE will only compile as a 64-bit application.