basalt/scripts/install_mac_os_deps.sh

16 lines
181 B
Bash
Executable File

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