mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Update installation instructions
This commit is contained in:
parent
5c1fccdcfa
commit
61fae5bb0d
2 changed files with 24 additions and 16 deletions
16
README.md
16
README.md
|
@ -11,7 +11,18 @@ Join the discussion on Matrix [#nheko:matrix.org](https://matrix.to/#/#nheko:mat
|
|||
Most of the features you'd expect from a chat application are missing right now
|
||||
but you can of course receive and send messages in the rooms that you are a member of.
|
||||
|
||||
### Requirements
|
||||
### Installation
|
||||
|
||||
#### Arch Linux
|
||||
```bash
|
||||
pacaur -S nheko-git
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
||||
You can find a NSIS installer [here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts).
|
||||
|
||||
### Build Requirements
|
||||
|
||||
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
||||
Freetype, which is essential to properly support emoji.
|
||||
|
@ -54,9 +65,6 @@ make -C build
|
|||
|
||||
The `nheko` binary will be located in the `build` directory.
|
||||
|
||||
[Here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts) you can
|
||||
find development builds for Windows.
|
||||
|
||||
### Contributing
|
||||
|
||||
Any kind of contribution to the project is greatly appreciated. You are also
|
||||
|
|
Loading…
Reference in a new issue