aboutsummaryrefslogtreecommitdiff
path: root/makeosx.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-12-19 08:20:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-12-19 08:20:41 +0000
commitd905904d5d862da3805447f7c1d8b8900e6e0525 (patch)
tree19f9b68747419e069e187408c38e86c822896c6d /makeosx.sh
parent7646fa9d26b362581e7c140ea5ccb87f612c9066 (diff)
added files and modified file paths for OS X.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3317 ee746299-78ed-0310-b773-934348b2243d
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)