From e1e23c213c5f516a4dd4ce68cc16385a223e8b2e Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Thu, 23 May 2019 15:15:03 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4e4db4c..97914b17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,10 @@ Contributing to Image Sequencer Happily accepting pull requests; to edit the core library, modify files in `./src/`. To build, run `npm install` followed by `grunt build`. +On ARM based devices, the `gl` module may require some libraries to be re-installed: + +`sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config` -- see https://github.com/stackgl/headless-gl#ubuntudebian for more. + Most contribution (we imagine) would be in the form of API-compatible modules, which need not be directly included. ## Jump To