Fix and update README
This commit is contained in:
parent
4c18bd59a2
commit
533ea1044a
14
README
14
README
|
@ -27,11 +27,9 @@ Build dependencies: CMake, pkg-config, xsltproc, docbook-xsl
|
||||||
Runtime dependencies: ncursesw, zlib, ICU, termo (included),
|
Runtime dependencies: ncursesw, zlib, ICU, termo (included),
|
||||||
glib-2.0, pango, gtk+ (optional, any version)
|
glib-2.0, pango, gtk+ (optional, any version)
|
||||||
|
|
||||||
$ git clone https://github.com/pjanouch/sdtui.git
|
$ git clone --recursive https://github.com/pjanouch/sdtui.git
|
||||||
$ git submodule init
|
$ mkdir sdtui/build
|
||||||
$ git submodule update
|
$ cd sdtui/build
|
||||||
$ mkdir build
|
|
||||||
$ cd build
|
|
||||||
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_GTK=ON
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DWITH_GTK=ON
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
@ -66,6 +64,12 @@ Word definitions have to be in plain text, separated by newlines.
|
||||||
CZ <-> { EN, DE, PL, RU } dictionaries:
|
CZ <-> { EN, DE, PL, RU } dictionaries:
|
||||||
https://mega.co.nz/#!axtD0QRK!sbtBgizksyfkPqKvKEgr8GQ11rsWhtqyRgUUV0B7pwg
|
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
|
License
|
||||||
-------
|
-------
|
||||||
`sdtui' is written by Přemysl Janouch <p.janouch@gmail.com>.
|
`sdtui' is written by Přemysl Janouch <p.janouch@gmail.com>.
|
||||||
|
|
Loading…
Reference in New Issue