From 7cdc1869472bd0ec73e08ce7074f9614e8edb2b8 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 21 Feb 2017 07:39:20 +0100 Subject: [PATCH] scripts: also install libproperties-cpp-dev during the build setup --- scripts/clean-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/clean-build.sh b/scripts/clean-build.sh index b62f804..516863a 100755 --- a/scripts/clean-build.sh +++ b/scripts/clean-build.sh @@ -28,6 +28,7 @@ apt-get install -qq -y \ libglm-dev \ libgtest-dev \ liblxc1 \ + libproperties-cpp-dev \ libprotobuf-dev \ libsdl2-dev \ lxc-dev \