From 2da7d4fc0ac140dcf74eed2685b824ec8fa13a01 Mon Sep 17 00:00:00 2001 From: Myles Braithwaite Date: Mon, 29 May 2017 14:36:32 -0400 Subject: [PATCH] Needed pkg-config to install cld3. In Debian the package `pkg-config` is required to install the rubygem `cld3`. --- Running-Mastodon/Production-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index 6e61cd4f..eb577071 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -117,7 +117,7 @@ It is recommended to create a special user for mastodon on the server (you could ### Ubuntu / Debian - sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git curl g++ libprotobuf-dev protobuf-compiler + sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git curl g++ libprotobuf-dev protobuf-compiler pkg-config curl -sL https://deb.nodesource.com/setup_6.x | sudo bash - sudo apt-get install nodejs sudo npm install -g yarn