Skip to content

Commit d709b36

Browse files
authored
add missing pieces to contributing.md (#204)
1 parent c09ed83 commit d709b36

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.24.1

CONTRIBUTING.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,20 @@ yarn install
3131

3232
### Linux
3333

34-
Install [git](https://git-scm.com/), [node.js](https://nodejs.org/) (version ^10.15), [GNU Make](http://www.gnu.org/software/make/), and libglew-dev
34+
Install [git](https://git-scm.com/), [GNU Make](http://www.gnu.org/software/make/), and libglew-dev
3535
```bash
3636
sudo apt-get update &&
37-
sudo apt-get install build-essential git nodejs libglew-dev libxi-dev
37+
sudo apt-get install build-essential git libglew-dev libxi-dev default-jre default-jdk
38+
```
39+
40+
Install [nvm](https://github.com/nvm-sh/nvm)
41+
```bash
42+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
43+
```
44+
45+
Install [Node.js](https://nodejs.org/) ^10.15
46+
```
47+
nvm install 10.24.1 # latest v10 version that will run the test suite
3848
```
3949

4050
Install [yarn](https://yarnpkg.com/en/docs/install#linux-tab)

0 commit comments

Comments
 (0)