From 13fe719a264625d126b722588051bef4022e5f33 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 23 Sep 2014 12:18:17 +0000 Subject: [PATCH] doc/gf-developers.t2t: add a note about how to create OS X Installer packages --- doc/gf-developers.t2t | 9 +++++++++ 1 file changed, 9 insertions(+) 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.