Skip to content

Commit

Permalink
Added info on Ubuntu (thanks to the Papirus team)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Jun 17, 2020
1 parent 41ab572 commit 82d6624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Kvantum/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ If you want to compile Kvantum from its source, install these packages:
* `libkf5windowsystem-dev` (required with Qt >= 5.11)
* `qttools5-dev-tools` (for localization if you need it)

To install Kvantum directly, execute:
In Ubuntu, you can install Kvantum directly with:

sudo add-apt-repository ppa:papirus/papirus
sudo apt update
sudo apt install qt5-style-kvantum qt5-style-kvantum-themes

sudo apt install qt5-style-kvantum
Since the PPA splits the package into `qt5-style-kvantum` and `qt5-style-kvantum-themes`, both of them should be installed.

### Gentoo-based distributions

Expand Down
2 changes: 1 addition & 1 deletion Kvantum/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Latest version:

14 Jun 2020, V0.16.0
17 Jun 2020, V0.16.0

See "ChangeLog" for changes.

0 comments on commit 82d6624

Please sign in to comment.