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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,38 @@ It's not required to manually build or install OpenCV, but the installation proc
70
70
71
71
#### Windows
72
72
73
+
In order to install `nut.js` on Windows, please make sure to have the [Microsoft Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
74
+
75
+
#### macOS
76
+
77
+
On macOS, Xcode command line tools are required.
78
+
You can install them by running
79
+
```bash
80
+
xcode-select --install
81
+
```
82
+
83
+
#### Linux
84
+
85
+
Depending on your distribution, Linux setups may differ.
86
+
87
+
In general, `nut.js` requires
88
+
89
+
- libXtst
90
+
91
+
Installation on `*buntu` distributions:
92
+
```bash
93
+
sudo apt-get install libxtst-dev
94
+
```
95
+
96
+
Setups on other distributions might differ.
97
+
98
+
## Manual build
99
+
100
+
As a fallback, `nut.js` is able to build all required dependencies by itself.
101
+
To do so, some setup is required on the respective target platform.
102
+
103
+
#### Windows
104
+
73
105
In order to install `nut.js` on Windows, [Windows Build Tools](https://www.microsoft.com/en-us/download/details.aspx?id=48159) and [Python 2](https://www.python.org/downloads/windows/) are required.
74
106
You can either set them up manually, or install them via npm:
0 commit comments