diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /makeosx.sh | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'makeosx.sh')
| -rwxr-xr-x | makeosx.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makeosx.sh b/makeosx.sh new file mode 100755 index 0000000..92ae1ed --- /dev/null +++ b/makeosx.sh | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | ./configure --prefix=$HOME/gtk/inst \ | ||
| 4 | --with-localedir=Contents/Resources/share/locale \ | ||
| 5 | --with-themedir=Contents/Resources/share/icons \ | ||
| 6 | && make \ | ||
| 7 | && make install-strip \ | ||
| 8 | && (cd plugin/attachment_tool; make install-plugin) | ||
