From d905904d5d862da3805447f7c1d8b8900e6e0525 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 19 Dec 2013 08:20:41 +0000 Subject: added files and modified file paths for OS X. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3317 ee746299-78ed-0310-b773-934348b2243d --- makeosx.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 makeosx.sh (limited to 'makeosx.sh') 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) -- cgit v1.2.3