From a75a7c029502792b88ca1e1379b9bfe24551f5b8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 May 2017 17:19:16 +0900 Subject: [PATCH] debian-bootstrap.sh: clr-host needs libmono-2.0-dev (#2470) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index f3669aa5..db413754 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -75,6 +75,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmono-2.0-dev \ libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \