basalt/scripts/install_mac_os_deps.sh

27 lines
422 B
Bash
Raw Permalink Normal View History

2019-04-14 21:07:42 +02:00
#!/bin/sh
##
## 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