mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
Merge pull request #15561 from hyperlogic/bug-fix/build-linux-needs-node
Added node requirement to BUILD_LINUX.md
This commit is contained in:
commit
70c9c07229
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue