From 2d247ac74c1167af6a8f4867e0a6b83022e12e8c Mon Sep 17 00:00:00 2001 From: Nikolaus Demmel Date: Wed, 24 Apr 2019 13:17:12 +0200 Subject: [PATCH] fix install_mac_os_deps.sh --- scripts/install_mac_os_deps.sh | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/scripts/install_mac_os_deps.sh b/scripts/install_mac_os_deps.sh index 237c253..88c445b 100755 --- a/scripts/install_mac_os_deps.sh +++ b/scripts/install_mac_os_deps.sh @@ -1,4 +1,15 @@ #!/bin/sh -brew install clang-format tbb glew eigen ccache -brew install --with-toolchain llvm +brew install \ + boost \ + opencv \ + cmake \ + pkgconfig \ + lz4 \ + clang-format \ + tbb \ + glew \ + eigen \ + ccache + +brew install llvm