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: docs/en-us/articles/avalonia/introduction.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,12 @@
15
15
winget install zig.zig
16
16
```
17
17
18
+
> [!WARNING]
19
+
> It is not recommended to add `clang` to the environment variables, as it may conflict with the build process.
20
+
18
21
*[LLVM](https://releases.llvm.org/download.html) is needed for the compilation process that uses `llvm-objcopy.exe`, ensure it exists in your environment variables
19
22
20
-
* .NET 8.0 SDK and .NET 9.0 SDK
23
+
* .NET 9.0 SDK or greater
21
24
22
25
* Latest version of DevEco Studio
23
26
@@ -27,10 +30,10 @@ winget install zig.zig
27
30
28
31
## Build and Run
29
32
30
-
* Pull the latest code from [OpenHarmony.Avalonia](https://github.com/OpenHarmony-NET/OpenHarmony.Avalonia)
33
+
* Pull the latest code from [OpenHarmony.Avalonia](https://github.com/OpenHarmony-NET/OpenHarmony.Avalonia), ensure to clone with the `--recursive` option to include submodules
0 commit comments