fix install_mac_os_deps.sh
This commit is contained in:
parent
7f705b2525
commit
2d247ac74c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue