From a5907423b3786c4fa1e293d4fac82714b78a55c0 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 14 Mar 2022 10:53:08 -0600 Subject: [PATCH] [skip ci] Add note about additional pre-requisites --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7a4255fb69..37cac73a3b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Docs http://jbrowse.org/jb2/docs/ - [nodejs](https://nodejs.org/en/download/) (node 14 or greater) - [yarn](https://yarnpkg.com/en/docs/install) +You may need additional pre-requisites on certain versions of nodejs. + +On macOS with homebrew: + + brew install pkg-config cairo pango libpng jpeg giflib librsvg + +On Ubuntu, with apt: + + sudo apt install -y python make gcc libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev + ## Install (Linux/Mac) Simply clone the git repo and run yarn in the root repository