1
0
forked from GitHub/gf-core

doc/gf-developers.t2t: add a note about how to create OS X Installer packages

This commit is contained in:
hallgren
2014-09-23 12:18:17 +00:00
parent db9aeb2fa2
commit 13fe719a26

View File

@@ -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.