mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 16:23:17 +02:00
Added node requirement to BUILD_LINUX.md
This commit is contained in:
parent
367c4cffee
commit
709a35cddb
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ Install Python 3:
|
||||||
sudo apt-get install python3.6
|
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
|
### Get code and checkout the tag you need
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue