aboutsummaryrefslogtreecommitdiff
path: root/nxdialog/README.md
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 15:22:03 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 15:22:03 +0100
commitae565e1da04b8e01d4cef1a09eca96af23cecb5c (patch)
tree35c4c49e717b6ea72b20b2a902475027e3a9e6a3 /nxdialog/README.md
parentdf79c3b35a30a957be0125c42e766a7ea2f51123 (diff)
parent6812657f04d0e9a1e2fe92c0180f482a693df9ec (diff)
downloadnx-libs-ae565e1da04b8e01d4cef1a09eca96af23cecb5c.tar.gz
nx-libs-ae565e1da04b8e01d4cef1a09eca96af23cecb5c.tar.bz2
nx-libs-ae565e1da04b8e01d4cef1a09eca96af23cecb5c.zip
Merge branch 'sunweaver-pr/nxdialog-autotools' into 3.6.x
Attributes GH PR #789: https://github.com/ArcticaProject/nx-libs/pull/789 Approved by Ulrich Sibiller <uli42@gmx.de>, Fri, 01 Mar 2019 05:41:23 -0800
Diffstat (limited to 'nxdialog/README.md')
-rw-r--r--nxdialog/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/nxdialog/README.md b/nxdialog/README.md
new file mode 100644
index 000000000..68422b1f6
--- /dev/null
+++ b/nxdialog/README.md
@@ -0,0 +1,23 @@
+# NX Dialog Helper Tool
+
+The ``nxdialog`` script can be executed with Python 2.6.x (or higher) and
+Python 3.4.x (or higher) alike.
+
+## Runtime Dependencies
+
+Required Python modules:
+
+ * argparse
+ * gi
+
+Required GIR namespaces:
+
+ * Gtk
+ * Gdk
+ * GdkX11
+
+See the man page for more details.
+
+## License
+
+The ``nxdialog`` script and related files have been licensed under GPLv2+.