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
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,9 @@ GCC
61
61
```
62
62
63
63
#### For MacOS:
64
+
```
65
+
brew install go
66
+
```
64
67
65
68
Xcode Command Line Tools (And Privacy setting: [#277](https://github.com/go-vgo/robotgo/issues/277))
66
69
@@ -69,8 +72,15 @@ xcode-select --install
69
72
```
70
73
71
74
#### For Windows:
75
+
```
76
+
winget install Golang.go
77
+
```
78
+
79
+
```
80
+
winget install MartinStorsjo.LLVM-MinGW.UCRT
81
+
```
72
82
73
-
[MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) or others Mingw [llvm-mingw](https://github.com/mstorsjo/llvm-mingw);
83
+
Or [MinGW-w64](https://sourceforge.net/projects/mingw-w64/files) (Use recommended) or others Mingw [llvm-mingw](https://github.com/mstorsjo/llvm-mingw);
74
84
75
85
Download the Mingw, then set system environment variables `C:\mingw64\bin` to the Path.
76
86
[Set environment variables to run GCC from command line](https://www.youtube.com/results?search_query=Set+environment+variables+to+run+GCC+from+command+line).
@@ -96,6 +106,9 @@ X11 with the XTest extension (the Xtst library)
0 commit comments