Skip to content

Commit 2ed8056

Browse files
kringj9liu
andauthored
Fix run-on sentence.
Co-authored-by: Janine Liu <[email protected]>
1 parent fc1639e commit 2ed8056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/developer-setup-windows-gotchas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Compiling Cesium for Unreal requires that the vcpkg-based third-party dependenci
44

55
Some important facts to understand before continuing:
66

7-
1. "Visual Studio 2022" is not a compiler version, it's an IDE brand name, and may imply any number of compiler versions.
7+
1. "Visual Studio 2022" is not a compiler version. It's an IDE brand name, and may imply any number of compiler versions.
88
2. Updates to Visual Studio 2022 often come with new versions of the MSVC compiler. For Visual Studio 2022, the MSVC compilers have version numbers like 14.x. Sometimes the compiler version is referred to as a "toolchain" version.
99
3. Microsoft _does_ allow us to link together .lib files built with different versions of the MSVC compiler. However, the compiler version used to _link_ must be the same or newer than the _newest_ compiler that built any of the .libs (or any object files they contain).
1010
4. You can install any number of toolchain versions simultaneously. Go to "Add / Remove Programs" and Modify "Visual Studio Professional 2022". Then click the "Individual Components" tab and scroll down to "Compilers, build tools, and runtimes". Tick the box next to the "MSVC v143 - VS2022 C++ x64/x86 build tools" version that you want to install.

0 commit comments

Comments
 (0)