Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
wdv4758h committed Jan 7, 2016
1 parent d10a484 commit 2353ca5
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
========================================
zdict.qt
========================================

.. image:: http://i.imgur.com/WZwZbkM.gif



Dependencies
========================================

* Qt5
* `QTermWidget <https://github.com/lxde/qtermwidget>`_



Build
========================================

Arch Linux
------------------------------

Install Dependencies
++++++++++++++++++++

.. code-block:: sh
$ sudo pacman -S qt5-base
$ git clone https://aur.archlinux.org/qtermwidget-git.git
$ cd qtermwidget-git
$ makepkg
$ sudo pacman -U qtermwidget-git-*.pkg.tar.xz
Build zdict.qt
++++++++++++++++++++

.. code-block:: sh
$ git clone https://github.com/zdict/zdict.qt
$ cd zdict.qt
$ make -j
Usage
========================================

.. code-block:: sh
$ ./bin/zdict.qt
License
========================================

GPLv3

0 comments on commit 2353ca5

Please sign in to comment.