Skip to content

Commit

Permalink
Merge pull request mikeseven#32 from ralphtheninja/master
Browse files Browse the repository at this point in the history
add libxi-dev to linux dependencies
  • Loading branch information
mikolalysenko committed Sep 28, 2015
2 parents f1cf134 + a6cdea6 commit 79a403a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,18 @@ For general information on building native modules, see the [`node-gyp`](https:/
* Python 2.7
* XCode

#### Linux
#### Ubuntu/Debian

* Python 2.7
* A GNU C++ environment (available via the `build-essential` package on `apt`)
* libxi-dev
* Working and up to date OpenGL drivers
* GLEW

```
$ sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev
```

#### Windows

* Python 2.7
Expand Down

0 comments on commit 79a403a

Please sign in to comment.