mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add Guix build and installation instructions
This commit is contained in:
parent
58c5bdd7b1
commit
3c57c322d3
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -80,6 +80,12 @@ sudo apk add nheko
|
||||||
flatpak install flathub io.github.NhekoReborn.Nheko
|
flatpak install flathub io.github.NhekoReborn.Nheko
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Guix
|
||||||
|
|
||||||
|
```
|
||||||
|
guix install nheko
|
||||||
|
```
|
||||||
|
|
||||||
#### macOS (10.12 and above)
|
#### macOS (10.12 and above)
|
||||||
|
|
||||||
with [macports](https://www.macports.org/) :
|
with [macports](https://www.macports.org/) :
|
||||||
|
@ -145,6 +151,12 @@ sudo apt-get update
|
||||||
sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
|
sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Guix
|
||||||
|
|
||||||
|
```bash
|
||||||
|
guix environment nheko
|
||||||
|
```
|
||||||
|
|
||||||
##### macOS (Xcode 8 or later)
|
##### macOS (Xcode 8 or later)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue