From 709a35cddb02ef99096090894902106525a87d3a Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Tue, 14 May 2019 19:27:40 -0700 Subject: [PATCH] Added node requirement to BUILD_LINUX.md --- BUILD_LINUX.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md index 8820bda8f6..4cfe2f59a0 100644 --- a/BUILD_LINUX.md +++ b/BUILD_LINUX.md @@ -51,6 +51,10 @@ Install Python 3: sudo apt-get install python3.6 ``` +Install node, required to build the jsdoc documentation +```bash +sudo apt-get install nodejs +``` ### Get code and checkout the tag you need