reachy_mini_daedalus / scripts /setup-macos.sh
btuttle's picture
initial commit
fc75488
#!/bin/bash
# Install system dependencies for macOS (Apple Silicon)
brew install pkg-config cairo cmake gobject-introspection libffi
export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/libffi/lib/pkgconfig:$PKG_CONFIG_PATH"
uv sync --extra all