summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 21:34:40 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 21:34:40 +0300
commitb67024149cb0f838e44d9ab0973f8d8aefeb5030 (patch)
tree52632e319820471ff036de7b2fede9749305c9e8 /README.md
parent2c9aa72d1381891078f5b3b98e20a84ed922a3cd (diff)
Install qt5-svg in travis
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb813977..7978c5fe 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ Debian as the build host in an attempt to work around this [issue](https://githu
##### Arch Linux
```bash
-sudo pacman -S qt5-base qt5-tools qt5-multimedia cmake gcc fontconfig lmdb
+sudo pacman -S qt5-base qt5-tools qt5-multimedia qt5-svg cmake gcc fontconfig lmdb
```
##### Gentoo Linux
@@ -105,7 +105,7 @@ sudo add-apt-repository ppa:beineri/opt-qt592-trusty
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo add-apt-repository ppa:ubuntu-toolchain-r-test
sudo apt-get update
-sudo apt-get install -y g++-7 qt59base qt59tools qt59multimedia cmake liblmdb-dev
+sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev
```
##### macOS (Xcode 8 or later)