From c7ff4a87a336f2b44fcf4f7b267ee3c99ee53c5b Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 11 Sep 2018 14:26:09 -0400 Subject: [PATCH] ubuntu env setup script add file utility - needed for cmake packaging --- Tools/setup/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 211553335e..ba26aaf657 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -45,6 +45,7 @@ sudo apt-get -yy --quiet --no-install-recommends install \ cmake \ cppcheck \ doxygen \ + file \ g++ \ gcc \ gdb \