From 30313a518b1cd8846edab38502f64d42d8af1304 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Fri, 23 Jul 2021 09:48:52 +0200 Subject: [PATCH] Update doc (#772) * add missing dependencies for linux * update node version --- docs/build.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index bb1be6e..5f75fcd 100644 --- a/docs/build.md +++ b/docs/build.md @@ -11,7 +11,7 @@ ## Dependencies -- node 12 +- node 14 - yarn - jq @@ -22,6 +22,8 @@ - libsecret-1-dev - fakeroot - rpm +- rpmbuild +- dpkg ### MacOS @@ -50,7 +52,7 @@ docker run -ti --volume=:/root/vscodium --name=vscodium-b When inside the container, you can use the following commands to build: ``` -curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash - +curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs npm install -g yarn