Spaces:
Running
Running
File size: 336 Bytes
fc75488 |
1 2 3 4 5 6 7 8 9 |
#!/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 |