Merge pull request #279 from myles/patch-2

Needed pkg-config to install cld3.
This commit is contained in:
Eugen Rochko 2017-05-29 20:39:58 +02:00 committed by GitHub
commit 2dec4f6a51
1 changed files with 1 additions and 1 deletions

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