17 lines
192 B
Bash
Executable File
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
|