Skip to content

Commit 1f2dd31

Browse files
committed
Update README.md
1 parent 023aa03 commit 1f2dd31

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@ This is a work in progress so the exported functions could change at any time be
1313

1414
## Installing
1515

16+
### Linux
17+
18+
```
19+
sudo apt-get install libxtst-dev libpng-dev
20+
```
21+
22+
### Mac
23+
24+
No dependencies.
25+
26+
### Windows
27+
28+
1. Install the .NET framework 2.0 SDK.
29+
2. Install Microsoft Visual Studio 2005
30+
3. Add the location of the component to the system path if it is installed elsewhere.
31+
32+
### NPM
33+
1634
```
1735
npm install robotjs
1836
```

0 commit comments

Comments
 (0)