From 4c390e006c19f7a4699a88bd3e585322f93260ac Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 18 May 2014 23:27:36 +0300 Subject: [PATCH] The build process also requires pkg-config At least on ubuntu. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12c664a..854e8bc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Requirement * pcre * jemalloc * graphviz version 2.38.0 (20140413.2041) +* pkg-config Pattern Syntax ----------------------- @@ -168,7 +169,7 @@ if ( $error ) { Install ---------------------- - sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf graphviz-dev graphviz + sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1 build-essential libtool automake autoconf graphviz-dev graphviz pkg-config ./autogen.sh ./configure && make make check # run tests