fix install_mac_os_deps.sh

This commit is contained in:
Nikolaus Demmel 2019-04-24 13:17:12 +02:00
parent 7f705b2525
commit 2d247ac74c
1 changed files with 13 additions and 2 deletions

View File

@ -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