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
@@ -636,14 +636,22 @@ Optional requirements to build the MSI installer package:
636
636
* The .NET SDK component from [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
637
637
* This component can be installed via the Visual Studio Installer Application
638
638
639
-
Optional requirements for compiling for Windows 10 on ARM (ARM64):
639
+
Optional requirements for compiling for Windows on ARM (ARM64):
640
640
641
641
* Visual Studio 17.6.0 or newer
642
642
* Visual Studio optional components
643
643
* Visual C++ compilers and libraries for ARM64
644
644
* Visual C++ ATL for ARM64
645
645
* Windows 10 SDK 10.0.17763.0 or newer
646
646
647
+
Optional requirements for compiling with ClangCL:
648
+
649
+
* Visual Studio optional components
650
+
* C++ Clang Compiler for Windows
651
+
* MSBuild support for LLVM toolset
652
+
653
+
NOTE: Currently we only support compiling with Clang that comes from Visual Studio.
654
+
647
655
##### Option 2: Automated install with Boxstarter
648
656
649
657
A [Boxstarter](https://boxstarter.org/) script can be used for easy setup of
0 commit comments