]> git.defcon.no Git - hm-trp-tool/commitdiff
I forgot, all source needs README and licensing master
authorJon Langseth <jon.langseth@lilug.no>
Mon, 9 Jul 2012 22:04:00 +0000 (00:04 +0200)
committerJon Langseth <jon.langseth@lilug.no>
Mon, 9 Jul 2012 22:04:00 +0000 (00:04 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..077f4eb
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+To compile a simple test-tool that reads current configuration from a device,
+and nothing more, run build-read-tool.sh. This is a shell-script, not a 
+Makefile, simply because QT qmake will overwrite any Makefile in the directory.
+
+To build the QT GUI tool, use your installed QT to do:
+
+  qmake Configurator.pro && make
+
+This code is, as far as QT licensing permits, public domain code.