Skip to content

Commit c632f78

Browse files
committed
Something like this :cheers:
1 parent 2f67943 commit c632f78

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,9 @@ 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-
* Python (v2.7.3 recommended, v3.x.x is not supported).
29-
* Visual Studio 2013 (Express works fine!).
30-
31-
### NPM
16+
RobotJS uses [node-gyp](https://github.com/TooTallNate/node-gyp) for building. If you have trouble with dependencies, look there or in our [building](https://github.com/octalmage/robotjs/wiki/Building) wiki.
3217

18+
Then you should be successful at installing.
3319
```
3420
npm install robotjs
3521
```
@@ -77,9 +63,9 @@ console.log("#" + hex + " at x:" + mouse.x + " y:" + mouse.y);
7763

7864
Read the [Wiki](https://github.com/octalmage/robotjs/wiki) for more information!
7965

80-
## Building
66+
## Building with node-gyp
8167

82-
RobotJS uses [node-gyp](https://github.com/TooTallNate/node-gyp) for building.
68+
Node-gyp is a dependency for robotjs, and can be configured and built prior to install.
8369

8470
Install node-gyp using npm:
8571

0 commit comments

Comments
 (0)