From: dju- <julien@famille-boucher.org>
Date: Tue, 12 Dec 2017 16:32:36 +0000 (+0100)
Subject: yarn install not working without g++ and make
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eed13b21b06b76459c5905cada044f45bfe65f37;p=oweals%2Fpeertube.wiki.git

yarn install not working without g++ and make
---

diff --git a/Debian-Jessie-production-installation-guide.md b/Debian-Jessie-production-installation-guide.md
index f922316..25bea65 100644
--- a/Debian-Jessie-production-installation-guide.md
+++ b/Debian-Jessie-production-installation-guide.md
@@ -9,7 +9,7 @@ We need to install dependencies:
     sudo apt-get update
     sudo apt-get dist-upgrade
     curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
-    sudo apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn
+    sudo apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn g++ make
 
 # Database
 We need to create the database: