2019-04-14 21:07:42 +02:00
|
|
|
#!/bin/sh
|
2021-10-15 14:50:02 +02:00
|
|
|
##
|
|
|
|
## BSD 3-Clause License
|
|
|
|
##
|
|
|
|
## This file is part of the Basalt project.
|
|
|
|
## https://gitlab.com/VladyslavUsenko/basalt.git
|
|
|
|
##
|
|
|
|
## Copyright (c) 2019-2021, Vladyslav Usenko and Nikolaus Demmel.
|
|
|
|
## All rights reserved.
|
|
|
|
##
|
2019-04-14 21:07:42 +02:00
|
|
|
|
2019-04-24 13:17:12 +02:00
|
|
|
brew install \
|
|
|
|
boost \
|
|
|
|
opencv \
|
|
|
|
cmake \
|
|
|
|
pkgconfig \
|
|
|
|
lz4 \
|
|
|
|
clang-format \
|
|
|
|
tbb \
|
|
|
|
glew \
|
|
|
|
eigen \
|
2019-07-26 18:50:15 +02:00
|
|
|
ccache \
|
2021-10-16 15:48:52 +02:00
|
|
|
lz4 \
|
|
|
|
fmt
|
2019-04-24 13:17:12 +02:00
|
|
|
|
|
|
|
brew install llvm
|