Added node requirement to BUILD_LINUX.md

This commit is contained in:
Anthony J. Thibault 2019-05-14 19:27:40 -07:00
parent 367c4cffee
commit 709a35cddb

View file

@ -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