Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit b31e70f

Browse files
author
LNJ
authored
README: Add links to the dependencies
1 parent 442a32c commit b31e70f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ sudo apt install kaidan
4949
### Compile it yourself
5050

5151
#### Install all dependencies:
52-
* Qt (Core Qml Quick Sql QuickControls2) (>= 5.7.0)
53-
* gloox (>= 1.0.0)
54-
* Kirigami 2 (>= 2.0.0)
52+
* [Qt](http://doc.qt.io/qt-5/build-sources.html) (Core Qml Quick Sql QuickControls2) (>= 5.7.0)
53+
* [gloox](https://camaya.net/gloox/download/) (>= 1.0.10)
54+
* [Kirigami 2](https://phabricator.kde.org/source/kirigami/) (>= 2.0.0)
5555

5656
Build only dependencies:
5757
* A C++ compiler
@@ -60,6 +60,7 @@ Build only dependencies:
6060
* Git (if you don't want to use tarballs/zips from github)
6161

6262
##### On Debian Stretch or Sid do the following:
63+
6364
```bash
6465
sudo apt install apt-transport-https git-core cmake build-essential zlib1g-dev \
6566
libgloox-dev libnotify-bin libqt5quick5 libqt5quickcontrols2-5 libqt5quickwidgets5 \

0 commit comments

Comments
 (0)