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: Documentation/Build.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
1
# Build Instructions
2
2
3
-
Build instructions for Windows. _Linux support pending._
3
+
Build instructions for Windows. _Linux support upcoming!_
4
4
5
5
## Supported environments
6
6
7
-
A minimum version of **CMake 3.17** is required to configure and build the project. Additionally, pulled dependencies expect the following tools to be installed on the system:
7
+
A minimum version of **CMake 3.24** is required to configure and build the project. Additionally, pulled dependencies expect the following tools to be installed on the system:
8
8
9
9
-**Python 3.x**
10
10
11
-
Building experimental UIX requires the following dependencies to be installed on the system:
11
+
Building UIX requires the following dependencies to be installed on the system:
12
12
13
-
-**.NET Framework 4.8 (.NET 5.0)**
14
-
-**.NET Core SDK**
13
+
-**.NET 8.0 SDK**
15
14
16
15
### Windows
17
16
@@ -21,23 +20,28 @@ Standard Visual Studio solutions may be generated by invoking the VisualStudio[V
21
20
the below set-ups are supported:
22
21
23
22
- Toolchains
24
-
- Visual Studio 2017 / 2019 / 2022
23
+
- Visual Studio 2022 17.8 (or just the build tools)
25
24
- Generators
26
25
- Visual Studio
27
26
- Ninja
28
27
- Compilers
29
28
- MSVC
30
29
- Clang-cl (11+)
31
30
31
+
CMake / solution-generation is friendly for Visual Studio, Rider, and CLion!
0 commit comments