diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 13:47:39 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-03-01 15:20:18 +0100 |
commit | 57ca69fe09285ed7572d86f94e257484caa015a2 (patch) | |
tree | b402739ddce203ab1504597400a0dcf90040005b /nxdialog/README.md | |
parent | df79c3b35a30a957be0125c42e766a7ea2f51123 (diff) | |
download | nx-libs-57ca69fe09285ed7572d86f94e257484caa015a2.tar.gz nx-libs-57ca69fe09285ed7572d86f94e257484caa015a2.tar.bz2 nx-libs-57ca69fe09285ed7572d86f94e257484caa015a2.zip |
nxdialog: Turn into autotools project, add man page.
Diffstat (limited to 'nxdialog/README.md')
-rw-r--r-- | nxdialog/README.md | 23 |
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+. |