Add install script that got build working with GTK3 on mac

This commit is contained in:
mmcwilliams 2023-07-21 08:49:49 -04:00
parent d1bec4dba8
commit 21342ee36c
1 changed files with 7 additions and 0 deletions

7
install_mac.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
brew install gtk+
brew install gtk+3
brew reinstall libffi
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
brew install pkg-config