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