aboutsummaryrefslogtreecommitdiff
path: root/makeosx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makeosx.sh')
-rwxr-xr-xmakeosx.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/makeosx.sh b/makeosx.sh
new file mode 100755
index 00000000..92ae1eda
--- /dev/null
+++ b/makeosx.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+./configure --prefix=$HOME/gtk/inst \
+ --with-localedir=Contents/Resources/share/locale \
+ --with-themedir=Contents/Resources/share/icons \
+ && make \
+ && make install-strip \
+ && (cd plugin/attachment_tool; make install-plugin)