diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 01:36:36 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-09-27 01:36:36 +0200 |
commit | 533ea1044a58184a698045a11b774e5a66381c9d (patch) | |
tree | dcd89b1e69c6ab4b2e9aae35c265d3e982ce8bf2 /README | |
parent | 4c18bd59a296b0d4e1a979c9ff1aec930d378a82 (diff) | |
download | tdv-533ea1044a58184a698045a11b774e5a66381c9d.tar.gz tdv-533ea1044a58184a698045a11b774e5a66381c9d.tar.xz tdv-533ea1044a58184a698045a11b774e5a66381c9d.zip |
Fix and update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -27,11 +27,9 @@ Build dependencies: CMake, pkg-config, xsltproc, docbook-xsl Runtime dependencies: ncursesw, zlib, ICU, termo (included), glib-2.0, pango, gtk+ (optional, any version) - $ git clone https://github.com/pjanouch/sdtui.git - $ git submodule init - $ git submodule update - $ mkdir build - $ cd build + $ git clone --recursive https://github.com/pjanouch/sdtui.git + $ mkdir sdtui/build + $ cd sdtui/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_GTK=ON $ make @@ -66,6 +64,12 @@ Word definitions have to be in plain text, separated by newlines. CZ <-> { EN, DE, PL, RU } dictionaries: https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg +Contributing and Support +------------------------ +Use this project's GitHub to report any bugs, request features, or submit pull +requests. If you want to discuss this project, or maybe just hang out with +the developer, feel free to join me at irc://anathema.irc.so, channel #anathema. + License ------- `sdtui' is written by Přemysl Janouch <p.janouch@gmail.com>. |