diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:32:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:32:59 +0000 |
commit | adb934701975f6b0214475d1a8d0d1ce727b9d4d (patch) | |
tree | 5688c745d10b64c8856586864ec416a6bdae881d /build-aux/osx/README | |
parent | Initial commit. (diff) | |
download | gedit-adb934701975f6b0214475d1a8d0d1ce727b9d4d.tar.xz gedit-adb934701975f6b0214475d1a8d0d1ce727b9d4d.zip |
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | build-aux/osx/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/build-aux/osx/README b/build-aux/osx/README new file mode 100644 index 0000000..fa962d7 --- /dev/null +++ b/build-aux/osx/README @@ -0,0 +1,24 @@ +This document briefly describes how to build and package gedit for OS X. + +Building gedit for OS X +============================================================================= +Please see build/README for more details on building gedit + + +Making a gedit bundle +============================================================================= + +You can make a gedit bundle (i.e. a gedit.app) with a script provided by +gedit. + + ./make bundle + +Note that in order for this to succeed, you will need to have built gedit +successfully before. If successful, you will now have a gedit.app bundle +in this directory. Similarly, if you want to build the final dmg image, +you can use: + + ./make dmg + +Again, for this to succeed you first need to have successfully built the +bundle. |