]> git.defcon.no Git - hm-trp-tool/blob - README
I forgot, all source needs README and licensing
[hm-trp-tool] / README
1 To compile a simple test-tool that reads current configuration from a device,
2 and nothing more, run build-read-tool.sh. This is a shell-script, not a
3 Makefile, simply because QT qmake will overwrite any Makefile in the directory.
4
5 To build the QT GUI tool, use your installed QT to do:
6
7 qmake Configurator.pro && make
8
9 This code is, as far as QT licensing permits, public domain code.