diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-11-07 04:00:44 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-11-07 04:00:44 +0000 |
| commit | 21c97212909d6c69a10375e54dfeda7163b9963c (patch) | |
| tree | 098955acc97c2c8873d8b8644a5fc8cb474dbbb8 /packaging | |
| parent | * packaging/macosx/native-gtk/build-gtk.sh: Modified version of Imendio's (diff) | |
| download | inkscape-21c97212909d6c69a10375e54dfeda7163b9963c.tar.gz inkscape-21c97212909d6c69a10375e54dfeda7163b9963c.zip | |
* packaging/macosx/native-gtk/builg-gtk.sh: Added some comments.
(bzr r1923)
Diffstat (limited to 'packaging')
| -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 |
