Merge pull request #15561 from hyperlogic/bug-fix/build-linux-needs-node

Added node requirement to BUILD_LINUX.md
This commit is contained in:
Shannon Romano 2019-05-15 06:15:39 -07:00 committed by GitHub
commit 70c9c07229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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