basalt/scripts/install_mac_os_deps.sh

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