basalt/scripts/install_mac_os_deps.sh
2019-07-26 16:50:15 +00:00

17 lines
192 B
Bash
Executable File

#!/bin/sh
brew install \
boost \
opencv \
cmake \
pkgconfig \
lz4 \
clang-format \
tbb \
glew \
eigen \
ccache \
lz4
brew install llvm