mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Add qt-tools as a dependency
This commit is contained in:
parent
134aaca7de
commit
933f6ded1e
3 changed files with 4 additions and 4 deletions
|
@ -3,4 +3,4 @@
|
||||||
sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
|
sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
|
||||||
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -qq -y qt58base cmake
|
sudo apt-get install -qq -y qt58base qt58tools cmake
|
||||||
|
|
|
@ -34,7 +34,7 @@ You can find a NSIS installer [here](https://ci.appveyor.com/project/mujx/nheko/
|
||||||
##### Arch Linux
|
##### Arch Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo pacman -S qt5-base cmake gcc fontconfig
|
$ sudo pacman -S qt5-base qt5-tools cmake gcc fontconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu 14.04
|
##### Ubuntu 14.04
|
||||||
|
@ -43,7 +43,7 @@ $ sudo pacman -S qt5-base cmake gcc fontconfig
|
||||||
$ sudo add-apt-repository ppa:beineri/opt-qt58-trusty
|
$ sudo add-apt-repository ppa:beineri/opt-qt58-trusty
|
||||||
$ sudo add-apt-repository ppa:george-edison55/cmake-3.x
|
$ sudo add-apt-repository ppa:george-edison55/cmake-3.x
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ sudo apt-get install qt58base cmake
|
$ sudo apt-get install qt58base qt58tools cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
##### OSX (Xcode 7 or later)
|
##### OSX (Xcode 7 or later)
|
||||||
|
|
2
dist/AUR/PKGBUILD
vendored
2
dist/AUR/PKGBUILD
vendored
|
@ -10,7 +10,7 @@ url="https://github.com/mujx/nheko"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
|
|
||||||
depends=('qt5-base')
|
depends=('qt5-base')
|
||||||
makedepends=('git' 'cmake' 'gcc' 'fontconfig')
|
makedepends=('git' 'cmake' 'gcc' 'fontconfig' 'qt5-tools')
|
||||||
|
|
||||||
source=($pkgname::git+https://github.com/mujx/nheko.git)
|
source=($pkgname::git+https://github.com/mujx/nheko.git)
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
Loading…
Reference in a new issue