changeset 63:3acafcfc52a1

Document bundle creation
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 19 May 2015 16:49:51 +0200
parents a9a343271490
children 1129d49b9baf
files INSTALL README
diffstat 2 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Tue May 19 16:14:34 2015 +0200
+++ b/INSTALL	Tue May 19 16:49:51 2015 +0200
@@ -135,5 +135,15 @@
         -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX \
         -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \
         -DCMAKE_VERBOSE_MAKEFILE=True
+    make
+    make install
+
+The make install will create a retraceit.app in your $CUSTOM_PREFIX directory.
+This is the deployable application bundle
+
+You can now create a distirbution variant
+    mv $CUSTOM_PREFIX/retraceit.app $CUSTOM_PREFIX/RetraceIT.app
+    hdiutil create -ov -format UDZO -volname RetraceIT -srcfolder RetraceIT.app \
+        -o RetraceIT.dmg -imagekey zlib-level=9
 
 */
--- a/README	Tue May 19 16:14:34 2015 +0200
+++ b/README	Tue May 19 16:49:51 2015 +0200
@@ -1,5 +1,5 @@
-RelayIT
-=======
+RetraceIT
+=========
 
 Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
 Software engineering by Intevation GmbH
@@ -12,7 +12,7 @@
 Introduction
 ------------
 
-RelayIT is a tool to view recorded login sessins. The record data
+RetraceIT is a tool to view recorded login sessions. The record data
 consists of a metadata.csv file that cotains additional information
 and serveral screenshots (taken with user consent) of the recorded
 session.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)