From f6853150598a994f0ce75350e0cd92199207fdcd Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Sat, 29 Mar 2014 10:18:27 +0000 Subject: [PATCH] Added "pkg-config" to dependencies for Ubuntu/Debian environments.. --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 0060587c7..11f995cf3 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -56,7 +56,7 @@ Dependency Build Instructions: Ubuntu & Debian ---------------------------------------------- Build requirements: - sudo apt-get install build-essential + sudo apt-get install build-essential pkg-config sudo apt-get install libtool autotools-dev autoconf sudo apt-get install libssl-dev