From cd0e6e9fda53886c814bd209e115c15d07c8f94d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 9 Nov 2015 19:40:04 +0900 Subject: [PATCH] add libtre-dev to debian-bootstrap.sh needed for regex-tre (#966) --- debian-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 69781f31..9d817e89 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -57,6 +57,7 @@ apt-get install -y \ libsqlite3-dev \ libssl-dev \ libtagc0-dev \ + libtre-dev \ libudev-dev \ libusb-1.0-0-dev \ libxau-dev \