1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Needed pkg-config to install cld3.

In Debian the package `pkg-config` is required to install the rubygem `cld3`.
This commit is contained in:
Myles Braithwaite 2017-05-29 14:36:32 -04:00 committed by GitHub
parent cc88ba21df
commit 2da7d4fc0a

View File

@ -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