Skip to content

Commit 8a744a7

Browse files
committed
Updated README
1 parent 19a50ff commit 8a744a7

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,38 @@ It's not required to manually build or install OpenCV, but the installation proc
7070

7171
#### Windows
7272

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+
73105
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.
74106
You can either set them up manually, or install them via npm:
75107

0 commit comments

Comments
 (0)