basalt/scripts/install_mac_os_deps.sh

16 lines
181 B
Bash
Raw Normal View History

2019-04-14 21:07:42 +02:00
#!/bin/sh
2019-04-24 13:17:12 +02:00
brew install \
boost \
opencv \
cmake \
pkgconfig \
lz4 \
clang-format \
tbb \
glew \
eigen \
ccache
brew install llvm