diff options
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) | ||
