The build process also requires pkg-config

At least on ubuntu.
This commit is contained in:
Omer Katz 2014-05-18 23:27:36 +03:00
parent 33c0c3fea7
commit 4c390e006c

View file

@ -17,6 +17,7 @@ Requirement
* pcre * pcre
* jemalloc * jemalloc
* graphviz version 2.38.0 (20140413.2041) * graphviz version 2.38.0 (20140413.2041)
* pkg-config
Pattern Syntax Pattern Syntax
----------------------- -----------------------
@ -168,7 +169,7 @@ if ( $error ) {
Install 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 ./autogen.sh
./configure && make ./configure && make
make check # run tests make check # run tests