From 533ea1044a58184a698045a11b774e5a66381c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 27 Sep 2015 01:36:36 +0200 Subject: [PATCH] Fix and update README --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index d9808d0..ace6523 100644 --- a/README +++ b/README @@ -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 .