From 51270373ed6140b100b15e94b28bbe7887a2dd4e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 Jul 2016 12:35:01 +0900 Subject: [PATCH] debian-bootstrap.sh: add libmpfr-dev (#1695) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 924e134f..7eb88074 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -74,6 +74,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \ libnotify-dev \