diff options
| -rwxr-xr-x | packaging/macosx/native-gtk/build-gtk.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/macosx/native-gtk/build-gtk.sh b/packaging/macosx/native-gtk/build-gtk.sh index 713cc27de..402101ebd 100755 --- a/packaging/macosx/native-gtk/build-gtk.sh +++ b/packaging/macosx/native-gtk/build-gtk.sh @@ -4,6 +4,14 @@ # # Inkscape build additions by Michael Wybrow <mjwybrow@users.sf.net> # +# See the following page for build instructions: +# http://developer.imendio.com/projects/gtk-macosx/build-instructions +# +# Usage: +# export PREFIX=/your/install/prefix +# ./build-gtk bootstrap +# ./build-gtk inkscape +# version=1.1-inkscape |
