mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add install instructions for macOS (#395)
This commit is contained in:
parent
06b30b3cca
commit
1f50d13b9f
1 changed files with 8 additions and 0 deletions
|
@ -66,6 +66,14 @@ Make sure you have the testing repositories from `edge` enabled. Note that this
|
||||||
sudo apk add nheko
|
sudo apk add nheko
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### macOS (10.12 and above)
|
||||||
|
|
||||||
|
with [macports](https://www.macports.org/) :
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo port install nheko
|
||||||
|
```
|
||||||
|
|
||||||
### Build Requirements
|
### Build Requirements
|
||||||
|
|
||||||
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
||||||
|
|
Loading…
Reference in a new issue