summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-generating.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/includes/installerfw-examples-generating.qdocinc')
-rw-r--r--doc/includes/installerfw-examples-generating.qdocinc18
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/includes/installerfw-examples-generating.qdocinc b/doc/includes/installerfw-examples-generating.qdocinc
index e019bd788..45ea2fc22 100644
--- a/doc/includes/installerfw-examples-generating.qdocinc
+++ b/doc/includes/installerfw-examples-generating.qdocinc
@@ -1,5 +1,17 @@
\section1 Generating the Example Installer
- \code
- binarycreator --offline-only -c config/config.xml -p packages installer
- \endcode
+ To create the example installer, switch to the example source directory on
+ the command line and enter the following command:
+
+ \list
+ \li On Windows:
+ \code
+ ..\..\bin\binarycreator.exe -c config\config.xml -p packages installer.exe
+ \endcode
+ \li On Linux or OS X:
+ \code
+ ../../bin/binarycreator -c config/config.xml -p packages installer
+ \endcode
+ \endlist
+
+ The installer is created in the current directory.