5 lines
95 B
Bash
5 lines
95 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
brew install clang-format tbb glew eigen ccache
|
||
|
brew install --with-toolchain llvm
|