From db1d0a73fb42723800021863b2a84736dabe7940 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 8 Apr 2017 19:35:55 +0000 Subject: [PATCH] Add build-essential to dependencies list. A C compiler is required to compile Ruby. --- docs/Running-Mastodon/Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index 785826acac9..d886995050f 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -88,7 +88,7 @@ It is recommended to create a special user for mastodon on the server (you could ## General dependencies - sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl + sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git curl build-essential curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - sudo apt-get install nodejs