mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #195 from jonnius/patch-1
Update Ubuntu Build and Install Instructions
This commit is contained in:
commit
197f702dd0
1 changed files with 6 additions and 14 deletions
18
README.md
18
README.md
|
@ -58,7 +58,7 @@ can be found in the [Github releases](https://github.com/Nheko-Reborn/nheko/rele
|
|||
pacaur -S nheko # nheko-git
|
||||
```
|
||||
|
||||
#### Debian (10 and above)
|
||||
#### Debian (10 and above) / Ubuntu (18.04 and above)
|
||||
|
||||
```bash
|
||||
sudo apt install nheko
|
||||
|
@ -179,22 +179,14 @@ sudo pacman -S qt5-base \
|
|||
sudo emerge -a ">=dev-qt/qtgui-5.9.0" media-libs/fontconfig
|
||||
```
|
||||
|
||||
##### Ubuntu 16.04
|
||||
|
||||
```bash
|
||||
sudo add-apt-repository ppa:beineri/opt-qt592-xenial
|
||||
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 qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
|
||||
```
|
||||
|
||||
##### Ubuntu 19.10
|
||||
##### Ubuntu 20.04
|
||||
|
||||
```bash
|
||||
# Build requirements + qml modules needed at runtime (you may not need all of them, but the following seem to work according to reports):
|
||||
sudo apt install g++-7 cmake liblmdb-dev libsodium-dev libssl-dev qt{base,declarative,tools,multimedia,script,quickcontrols2-}5-dev qml-module-qt{gstreamer,multimedia,quick-extras,-labs-settings,graphicaleffects,quick-controls2} libqt5svg5-dev
|
||||
sudo apt install g++ cmake zlib1g-dev libssl-dev qt{base,declarative,tools,multimedia,quickcontrols2-}5-dev libqt5svg5-dev libboost-system-dev libboost-thread-dev libboost-iostreams-dev libolm-dev libsodium-dev liblmdb++-dev libcmark-dev nlohmann-json3-dev libspdlog-dev libgtest-dev qml-module-qt{gstreamer,multimedia,quick-extras,-labs-settings,graphicaleffects,quick-controls2}
|
||||
```
|
||||
This will install all dependencies, except for tweeny (use bundled tweeny)
|
||||
and mtxclient (needs to be build separately).
|
||||
|
||||
##### Debian Buster (or higher probably)
|
||||
|
||||
|
|
Loading…
Reference in a new issue