From 21342ee36c614861ef7c33ccea0cd0b7a2ab6082 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 21 Jul 2023 08:49:49 -0400 Subject: [PATCH] Add install script that got build working with GTK3 on mac --- install_mac.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 install_mac.sh diff --git a/install_mac.sh b/install_mac.sh new file mode 100644 index 0000000..f13b280 --- /dev/null +++ b/install_mac.sh @@ -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 \ No newline at end of file