summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-09-23 12:18:17 +0000
committerhallgren <hallgren@chalmers.se>2014-09-23 12:18:17 +0000
commit13fe719a264625d126b722588051bef4022e5f33 (patch)
tree7cc480db1eb8b819bbcf83964b72a9cb790b2faf
parentdb9aeb2fa28541b5793eb5b8fdd49a0dad8f6d47 (diff)
doc/gf-developers.t2t: add a note about how to create OS X Installer packages
-rw-r--r--doc/gf-developers.t2t9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t
index f7a6a6406..3bbc722cf 100644
--- a/doc/gf-developers.t2t
+++ b/doc/gf-developers.t2t
@@ -437,6 +437,7 @@ bindings are found in the ``src/runtime/python`` and ``src/runtime/java``
directories, respecively. Compile them by following the instructions in
the ``INSTALL`` files in those directories.
+
== Creating .deb packages for Ubuntu ==
This was tested on Ubuntu 14.04 for the release of GF 3.6, and the
@@ -460,6 +461,14 @@ version you are building. Then run
make deb
```
+== Creating OS X Installer packages ==
+
+Run
+
+```
+make pkg
+```
+
== Creating .rpm packages for Fedora ==
This is possible, but the procedure has not been automated.