summaryrefslogtreecommitdiffstats
path: root/build-aux/osx/README
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/osx/README')
-rw-r--r--build-aux/osx/README24
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.