Add install script that got build working with GTK3 on mac
This commit is contained in:
parent
d1bec4dba8
commit
21342ee36c
|
@ -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
|
Loading…
Reference in New Issue