Merge pull request #129 from nico202/master

Add Guix build and installation instructions
This commit is contained in:
DeepBlueV7.X 2020-02-23 20:56:37 +00:00 committed by GitHub
commit f0db1c5f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -80,6 +80,12 @@ sudo apk add nheko
flatpak install flathub io.github.NhekoReborn.Nheko
```
#### Guix
```
guix install nheko
```
#### macOS (10.12 and above)
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
```
##### Guix
```bash
guix environment nheko
```
##### macOS (Xcode 8 or later)
```bash