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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ Github Actions currently builds a Windows x64 `.dll`, A Linux x64 `.so`, and a m
27
27
You need:
28
28
* git
29
29
* Dart 3+
30
-
* C++ build tools for your platform (Visual Studio, XCode, gcc, etc)
30
+
* C++ build tools for your platform (Visual Studio, XCode, gcc, etc)
31
+
* For Windows VS 2019 16.61 with 10.0.20348.0 SDK don't forget install Debugger Tools
31
32
* CMake
32
33
33
34
Optionally, I recommend installing [`depot_tools`](https://www.chromium.org/developers/how-tos/depottools/) and making sure it is on your path before running setup scripts. Without depot_tools, the scripts will download them anyway, but having them already set up will save you some time with subsequent builds.
@@ -40,6 +41,9 @@ Optionally, I recommend installing [`depot_tools`](https://www.chromium.org/deve
40
41
The first step is to build a statically linkable verison of Dart. This requires that we download Dart, patch some of the Dart build files, and then run the actual build. Thankfully there is a Dart script to do this.
0 commit comments