From 233705a6425b3f7e029d01822d9d34007f63ed52 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Mon, 28 Sep 2015 01:45:54 +0200 Subject: [PATCH 1/2] add libxi-dev to linux dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 789cecf1..dc9a3355 100644 --- a/README.md +++ b/README.md @@ -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 +``` + #### Windows * Python 2.7 From a6cdea673eaa68308de47b715a572b24243fa97b Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Mon, 28 Sep 2015 02:30:50 +0200 Subject: [PATCH 2/2] document libglu1-mesa-dev dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc9a3355..48ef8cd6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For general information on building native modules, see the [`node-gyp`](https:/ * GLEW ``` -$ sudo apt-get install -y build-essential libxi-dev +$ sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev ``` #### Windows