Skip to content

Commit 447c647

Browse files
committed
Installing pkg-config to prevent build error
1 parent 3a2f402 commit 447c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_amqp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Based on http://www.php.net/manual/en/amqp.installation.php
44
#
55
# Required packages (debian):
6-
sudo apt-get install git php5-dev make gcc autoconf
6+
sudo apt-get install git php5-dev make gcc autoconf pkg-config
77

88
# Install librabbitmq-c
99
git clone https://github.com/alanxz/rabbitmq-c.git

0 commit comments

Comments
 (0)