# HG changeset patch # User Andre Heinecke # Date 1432046991 -7200 # Node ID 3acafcfc52a1e6cb28c94c7665abad2f18f1fe59 # Parent a9a3432714904be5a0a1f98908dec1d422e3a461 Document bundle creation diff -r a9a343271490 -r 3acafcfc52a1 INSTALL --- 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 */ diff -r a9a343271490 -r 3acafcfc52a1 README --- 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.