Python2 version of the python-damaris frontend
Go to file
2016-02-18 19:37:46 +00:00
debian versionn bump 2015-06-03 09:32:51 +00:00
doc migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
scripts migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
src flow_control: even more documentation 2016-02-18 19:37:46 +00:00
tests migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
doxygen.conf migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
MANIFEST.in migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
README Updated front end version number to 0.15-0 2014-12-15 20:45:44 +00:00
setup.py Updated front end version number to 0.15-0 2014-12-15 20:45:44 +00:00



Installing into private directory
=================================

For whatever reason, it might be useful to install the
python frontend into a private directory.
Here are some examples on how to do it:

	python setup.py install --home=/opt/damaris-private
or
	python setup.py install --home=$HOME/devel/damaris-installed

To start Damaris use for example:

	/opt/damaris-private/bin/DAMARIS


Updatine debian/changelog
=========================

Use the following command to get all the commit messages:

Mac OS X:

svn2cl -i -a --stdout |gsed 's/^\t/  /'|gsed -e '/^[0-9]/d'

Linux:

svn2cl -i -a --stdout |sed 's/^\t/  /'|sed -e '/^[0-9]/d'