added 3 more dependencies

on linux mint 18.3 I also had to install "debhelper", "zlib1g-dev" & "dpkg-dev" to be able to run the dpkg-buildpackage command
pull/155/head
Mitos Kalandiel 2017-08-11 12:05:53 +01:00 committed by GitHub
parent 4fe1e71d5b
commit 90c603dc4c
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ On a Debian/Ubuntu/Linux Mint machine just run the following command to install
these packages:
sudo apt-get install git cmake build-essential libgcrypt11-dev libyajl-dev \
libboost-all-dev libcurl4-openssl-dev libexpat1-dev libcppunit-dev binutils-dev
libboost-all-dev libcurl4-openssl-dev libexpat1-dev libcppunit-dev binutils-dev \
debhelper zlib1g-dev dpkg-dev
FreeBSD: