Notes for developing and packaging Dmon.
Generate a new baseline by giving the --average --format=dump
options. The entry can be added to the baselines.py
source file. Pull requests are welcome.
- update VERSION in
constants.py
- git commit && git tag "1.n" && git push && git push origin "1.n"
Install py2exe via the command below. If using WinPython open the WinPython Command Prompt
which should have pip
in its path.
pip install py2exe
To make a Windows binary:
- Run
python setup.py py2exe
fromsrc
- Rename the
dist/dmon-1.n_win
directory to match the built version zip
the directory