You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -642,14 +642,22 @@ Optional requirements to build the MSI installer package:
642
642
* The .NET SDK component from [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
643
643
* This component can be installed via the Visual Studio Installer Application
644
644
645
-
Optional requirements for compiling for Windows 10 on ARM (ARM64):
645
+
Optional requirements for compiling for Windows on ARM (ARM64):
646
646
647
647
* Visual Studio 17.6.0 or newer
648
648
* Visual Studio optional components
649
649
* Visual C++ compilers and libraries for ARM64
650
650
* Visual C++ ATL for ARM64
651
651
* Windows 10 SDK 10.0.17763.0 or newer
652
652
653
+
Optional requirements for compiling with ClangCL:
654
+
655
+
* Visual Studio optional components
656
+
* C++ Clang Compiler for Windows
657
+
* MSBuild support for LLVM toolset
658
+
659
+
NOTE: Currently we only support compiling with Clang that comes from Visual Studio.
660
+
653
661
##### Option 2: Automated install with Boxstarter
654
662
655
663
A [Boxstarter](https://boxstarter.org/) script can be used for easy setup of
0 commit comments