2017-04-06 04:03:46 +03:00
nheko
----
2023-12-22 06:37:45 +03:00
[![#nheko-reborn:matrix.org ](https://img.shields.io/matrix/nheko-reborn:matrix.org.svg?label=%23nheko-reborn:matrix.org )](https://matrix.to/#/#nheko-reborn:matrix.org)
2020-12-08 23:36:06 +03:00
[![Build Status ](https://nheko.im/nheko-reborn/nheko/badges/master/pipeline.svg )](https://nheko.im/nheko-reborn/nheko/-/pipelines/latest)
2017-04-06 04:03:46 +03:00
The motivation behind the project is to provide a native desktop app for [Matrix] that
2020-11-09 18:35:14 +03:00
feels more like a mainstream chat app ([Element], Telegram etc) and less like an IRC client.
2017-04-06 04:03:46 +03:00
2023-12-22 06:37:45 +03:00
## Installation Quicklinks
### Stable
[![Stable Version ](https://img.shields.io/badge/download-stable-green.svg )](https://github.com/Nheko-Reborn/nheko/releases/latest)
2024-06-11 01:58:50 +03:00
< a href = 'https://flathub.org/apps/details/im.nheko.Nheko' > < img height = '32' alt = 'Download on Flathub' src = 'https://flathub.org/assets/badges/flathub-badge-en.png' / > < / a >
2023-12-22 06:37:45 +03:00
[![Packaging status ](https://repology.org/badge/tiny-repos/nheko.svg )](https://repology.org/project/nheko/versions)
For other options and details see the [Installation ](#installation ) section.
### Unstable
[![Nightlies ](https://img.shields.io/badge/download-nightly-green.svg )](https://nheko.im/nheko-reborn/nheko/-/pipelines?page=1& scope=all& ref=master)
< a href = 'https://flatpak.neko.dev/repo/nightly/appstream/im.nheko.Nheko.flatpakref' download = 'nheko-nightly.flatpakref' > < img alt = 'Download Nightly Flatpak' src = 'https://img.shields.io/badge/download-flatpak--nightly-green' / > < / a >
< a href = 'https://nheko-reborn.pages.nheko.im/nheko/NhekoNightly.appinstaller' download = 'NhekoNightly.appinstaller' > < img alt = 'Windows Nightly Automatic Updates' src = 'https://img.shields.io/badge/download-windows--nightly-green' / > < / a >
2019-07-28 03:35:52 +03:00
### Translations ###
[![Translation status ](http://weblate.nheko.im/widgets/nheko/-/nheko-master/svg-badge.svg )](http://weblate.nheko.im/engage/nheko/?utm_source=widget)
Help us with translations so as many people as possible will be able to use nheko!
2018-07-21 21:07:55 +03:00
### Note regarding End-to-End encryption
2021-11-19 02:49:28 +03:00
The current implementation is mostly stable, but it was never audited. If you
rely on it for security, we can't make any guarantees.
2018-07-21 21:07:55 +03:00
2018-04-22 15:37:23 +03:00
## Features
2017-04-06 04:03:46 +03:00
2017-10-01 19:24:35 +03:00
Most of the features you would expect from a chat application are missing right now
2017-10-11 17:46:23 +03:00
but we are getting close to a more feature complete client.
Specifically there is support for:
2020-01-27 01:36:56 +03:00
- E2E encryption.
2024-06-11 01:58:50 +03:00
- VoIP calls (voice & video, support varies by platform).
2018-03-12 23:23:26 +03:00
- User registration.
2017-12-21 16:10:04 +03:00
- Creating, joining & leaving rooms.
- Sending & receiving invites.
- Sending & receiving files and emoji (inline widgets for images, audio and file messages).
2024-06-11 01:58:50 +03:00
- Custom stickers and emoji.
2020-01-27 01:36:56 +03:00
- Replies with text, images and other media (and actually render them as inline widgets).
2017-11-06 01:51:59 +03:00
- Typing notifications.
2018-03-25 21:50:45 +03:00
- Username auto-completion.
2018-03-04 11:55:07 +03:00
- Message & mention notifications.
2018-03-17 22:32:50 +03:00
- Redacting messages.
2018-03-04 11:55:07 +03:00
- Read receipts.
2024-06-11 01:58:50 +03:00
- Presence and status messages (if enabled on the server side).
2018-03-04 11:55:07 +03:00
- Basic communities support.
- Room switcher (ctrl-K).
2017-12-21 16:10:04 +03:00
- Light, Dark & System themes.
2020-11-10 05:28:41 +03:00
- Creating separate profiles (command line only, use `-p name` ).
2022-04-14 18:02:55 +03:00
- D-Bus API to allow integration with third-party plugins (does not support Windows or macOS).
2017-04-06 04:03:46 +03:00
2018-04-22 15:37:23 +03:00
## Installation
2017-05-09 22:42:32 +03:00
2018-06-17 19:10:48 +03:00
### Releases
2024-06-11 01:58:50 +03:00
Releases for Linux (Flatpak), macOS (disk image) & Windows (x64 msix or appinstaller)
2021-02-16 17:38:56 +03:00
can be found in the [GitHub releases ](https://github.com/Nheko-Reborn/nheko/releases ).
2024-06-11 01:58:50 +03:00
The appinstaller on Windows will regularly check our servers for updates. The msix won't.
2018-04-22 15:37:23 +03:00
### Repositories
2017-11-06 01:51:59 +03:00
2020-04-20 13:18:51 +03:00
[![Packaging status ](https://repology.org/badge/tiny-repos/nheko.svg )](https://repology.org/project/nheko/versions)
2017-05-09 22:42:32 +03:00
#### Arch Linux
2020-12-08 22:52:57 +03:00
2017-05-09 22:42:32 +03:00
```bash
2022-02-27 06:17:55 +03:00
sudo pacman -Syu nheko
```
2023-03-05 15:07:30 +03:00
The development version is available in the AUR:
```bash
2024-03-11 16:42:26 +03:00
yay -S nheko-git # Or your favorite way of installing AUR packages
2023-03-05 15:07:30 +03:00
```
2023-03-05 12:49:33 +03:00
Nheko requires a secret server to run, so you'll need to install and configure a service such as [KDE Wallet ](https://wiki.archlinux.org/title/KDE_Wallet ) or [GNOME Keyring ](https://wiki.archlinux.org/title/GNOME/Keyring ) if not provided by your desktop environment.
2022-02-27 06:17:55 +03:00
2020-05-08 23:00:56 +03:00
#### Debian (10 and above) / Ubuntu (18.04 and above)
2019-10-30 19:15:31 +03:00
```bash
sudo apt install nheko
```
2017-10-11 17:46:23 +03:00
#### Fedora
```bash
sudo dnf install nheko
```
2017-07-09 13:46:50 +03:00
#### Gentoo Linux
2022-06-06 21:26:57 +03:00
2017-07-09 13:46:50 +03:00
```bash
2021-02-02 02:30:37 +03:00
sudo eselect repository enable guru
2021-08-27 01:22:40 +03:00
sudo emaint sync -r guru
2017-07-29 12:23:27 +03:00
sudo emerge -a nheko
2017-05-09 22:42:32 +03:00
```
2024-03-10 02:28:25 +03:00
If you are using Gnome Keyring or KeepassXC as your secrets daemon, ensure that the `keyring` useflag is enabled on `dev-libs/qtkeychain` .
2022-06-06 21:26:57 +03:00
2023-01-15 08:39:21 +03:00
#### Mageia (9 and above)
```bash
sudo urpmi nheko
```
2020-08-22 06:55:00 +03:00
#### Nix(os)
```bash
2024-06-11 15:24:00 +03:00
# Imperatively: (not recommended)
2020-08-22 06:55:00 +03:00
nix-env -iA nixpkgs.nheko
2024-06-11 15:24:00 +03:00
# In an ephemeral shell: (recommended if you just want to try it out without committing to a full installation)
2020-08-22 06:55:00 +03:00
nix-shell -p nheko --run nheko
2024-06-11 15:36:44 +03:00
# Note: The above command will both install and run Nheko.
# To stop it from running immediately, just remove the `--run nheko` from the end.
2020-08-22 06:55:00 +03:00
```
2024-06-11 15:24:00 +03:00
Alternatively, add it to your config in one of the following ways: (recommended for long-term installation)
**System-wide:**
```nix
environment.systemPackages = with pkgs; [
# ...
nheko
# ...
];
```
**User-specific:**
```nix
users.users.< user > .packages = with pkgs; [
# ...
nheko
# ...
];
2020-08-22 06:55:00 +03:00
```
2024-06-11 15:24:00 +03:00
**via `home-manager` :**
```nix
programs.nheko.enable = true;
```
2020-08-22 06:55:00 +03:00
2018-01-02 23:50:19 +03:00
#### Alpine Linux (and postmarketOS)
Make sure you have the testing repositories from `edge` enabled. Note that this is not needed on postmarketOS.
```sh
sudo apk add nheko
```
2022-02-11 03:27:59 +03:00
#### openSUSE
Note: these instructions have only been tested on Tumbleweed.
First, install nheko:
2021-12-17 22:39:52 +03:00
```bash
2022-02-11 03:27:59 +03:00
sudo zypper addrepo https://download.opensuse.org/repositories/network:messaging:matrix/openSUSE_Tumbleweed/network:messaging:matrix.repo
sudo zypper ref
2021-12-17 22:39:52 +03:00
sudo zypper in nheko
2022-02-11 03:27:59 +03:00
```
2022-02-12 23:45:12 +03:00
If you want to add jdenticon support:
2022-02-11 03:27:59 +03:00
```bash
2021-12-17 22:39:52 +03:00
sudo zypper install qt-jdenticon
```
2018-08-03 10:23:17 +03:00
#### Flatpak
```
2024-06-11 01:58:50 +03:00
flatpak install flathub im.nheko.Nheko
2018-08-03 10:23:17 +03:00
```
2020-02-23 23:13:33 +03:00
#### Guix
```
guix install nheko
```
2022-09-20 13:52:12 +03:00
#### Steam Deck
2022-09-20 19:44:53 +03:00
Install nheko via the `Discover` app in Desktop Mode (this installs the flatpak). To also make it work in Game Mode you'll have create a wrapper script that starts kwalletd and then nheko. You can create `/home/deck/nheko.sh` with the following content and then add this script as a "Non-Steam Game" to Steam.
```bash
#!/bin/sh
2024-06-11 01:58:50 +03:00
kwalletd6&
flatpak run --env=XDG_CURRENT_DESKTOP=KDE --env=KDE_SESSION_VERSION=5 --branch=stable --arch=x86_64 --command=im.nheko.Nheko --file-forwarding im.nheko.Nheko @@u @@
2022-09-20 13:52:12 +03:00
```
2019-12-14 21:45:22 +03:00
#### macOS (10.14 and above)
2018-07-31 12:15:35 +03:00
2020-04-24 01:54:21 +03:00
with [homebrew ](https://brew.sh/ ):
```sh
2021-01-19 02:37:38 +03:00
brew install --cask nheko
2020-04-24 01:54:21 +03:00
```
2021-05-21 18:53:39 +03:00
#### Windows
with [Chocolatey ](https://chocolatey.org/ ):
```posh
choco install nheko-reborn
```
2022-04-14 18:02:55 +03:00
#### D-Bus plugins
nheko does not provide binaries for any D-Bus plugins. However, we do provide the following list of known plugins:
- [nheko-krunner ](https://github.com/LorenDB/nheko-krunner )
2022-07-20 12:02:17 +03:00
- [rofi-nheko ](https://mzte.de/git/LordMZTE/rofi-nheko )
2022-04-14 18:02:55 +03:00
2021-03-14 21:02:24 +03:00
### FAQ
2021-08-25 19:00:32 +03:00
---
2021-03-14 21:02:24 +03:00
**Q:** Why don't videos run for me on Windows?
**A:** You're probably missing the required video codecs, download [K-Lite Codec Pack ](https://codecguide.com/download_kl.htm ).
2021-08-25 19:00:32 +03:00
---
**Q:** What commands are supported by nheko?
**A:** See < https: / / github . com / Nheko-Reborn / nheko / wiki / Commands >
---
**Q:** Does nheko support end-to-end encryption (EE2E)?
**A:** Yes, see [feature list ](#features )
---
**Q:** Can I test a bleeding edge development version?
**A:** Checkout nightly builds < https: / / matrix-static . neko . dev / room / ! TshDrgpBNBDmfDeEGN:neko . dev / >
---
2020-04-24 01:54:21 +03:00
2022-01-27 13:31:39 +03:00
**Q:** How do I add stickers and custom emojis?
**A:** Stickers and custom emojis are organized in image packs. There is one
user image pack that only your account has access to and there are room image
packs that are accessible by everyone in the room they are defined in. You can
activate a room image pack globally to use it in any room.
To manage image packs in nheko, go to the room settings and enter the Sticker &
Emote Settings. You will see the Private pack (your user image pack) and can
edit it there. The Shortcode is a unique identifier you use to select the image
with and the Body is the alternate text that is displayed on clients that don't
support images (like the alt tag in HTML images).
If you have the necessary permissions you can create new room packs with the
button at the bottom of the image pack list. They are the same as the user pack
but you can create as many as you want and everyone in the room can use them. It
might be a good idea to create an extra room just for your image packs to make
sharing easier.
---
2023-02-20 03:23:22 +03:00
**Q:** I can't see some image types!
**A:** Nheko uses Qt's image plugins to render images. You might need to install
additional packages to display some image types like webp. Usually those
2024-06-11 01:58:50 +03:00
packages are called `qt6-image-formats-plugins` , `qt6-imageformats` or similar.
2023-02-20 03:23:22 +03:00
KDE has similar plugins, that can extend the supported image types even more.
---
2017-05-09 22:42:32 +03:00
### Build Requirements
2017-04-06 04:03:46 +03:00
2024-06-11 01:58:50 +03:00
- Qt6 (6.5 or greater). Required for overlapping hover handlers in Qml.
2024-09-07 00:43:21 +03:00
- CMake 3.15 or greater.
2019-01-16 07:41:59 +03:00
- [mtxclient ](https://github.com/Nheko-Reborn/mtxclient )
2021-06-30 03:43:36 +03:00
- [coeurl ](https://nheko.im/nheko-reborn/coeurl )
2024-06-06 16:20:52 +03:00
- [LMDB ](https://www.symas.com/lmdb )
2023-01-18 03:13:09 +03:00
- [lmdb++ ](https://github.com/hoytech/lmdbxx ) (0.9.14 too old)
2020-01-16 03:37:37 +03:00
- [cmark ](https://github.com/commonmark/cmark ) 0.29 or greater.
2020-05-16 21:46:23 +03:00
- [libolm ](https://gitlab.matrix.org/matrix-org/olm )
2023-01-18 03:13:09 +03:00
- [spdlog ](https://github.com/gabime/spdlog ) (1.8.1 too old)
2024-08-06 02:05:31 +03:00
- [fmt ](https://github.com/fmtlib/fmt )
2024-06-11 01:58:50 +03:00
- [GStreamer ](https://gitlab.freedesktop.org/gstreamer ) 1.20.0 or greater (optional, needed for VoIP support. Pass `-DVOIP=OFF` to disable.).
2020-12-01 01:42:08 +03:00
- Installing the gstreamer core library plus gst-plugins-base, gst-plugins-good & gst-plugins-bad
is often sufficient. The qmlgl plugin though is often packaged separately. The actual plugin requirements
are as follows:
- Voice call support: dtls, opus, rtpmanager, srtp, webrtc
- Video call support (optional): compositor, opengl, qmlgl, rtp, vpx
2020-12-01 01:04:36 +03:00
- [libnice ](https://gitlab.freedesktop.org/libnice/libnice )
2023-06-03 03:45:38 +03:00
- XCB, XCB-EWMH: For screensharing support on X11 and setting window roles. Can be disabled with `-DSCREENSHARE_X11=OFF` .
2021-11-19 02:49:28 +03:00
- [qtkeychain ](https://github.com/frankosterfeld/qtkeychain ) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF` .)
2023-11-20 04:38:58 +03:00
- [KDSingleApplication ](https://github.com/KDAB/KDSingleApplication ) (1.0 or greater with Qt6 support)
2022-09-21 03:58:35 +03:00
- A compiler that supports C++ 20:
2023-05-25 23:21:53 +03:00
- Clang 16 (Only clazy 16 is tested in CI)
2024-06-11 01:58:50 +03:00
- GCC 11.3 (tested on Gitlab CI)
2018-04-22 15:37:23 +03:00
- MSVC 19.13 (tested on AppVeyor)
2017-04-06 04:03:46 +03:00
2020-01-27 01:36:56 +03:00
Nheko can use bundled version for most of those libraries automatically, if the versions in your distro are too old.
To use them, you can enable the hunter integration by passing `-DHUNTER_ENABLED=ON` .
It is probably wise to link those dependencies statically by passing `-DBUILD_SHARED_LIBS=OFF`
2021-03-13 20:42:21 +03:00
You can select which bundled dependencies you want to use by passing various `-DUSE_BUNDLED_*` flags. By default all dependencies are bundled *if* you enable hunter. (The exception to that is OpenSSL, which is always disabled by default.)
2020-09-08 14:00:23 +03:00
If you experience build issues and you are trying to link `mtxclient` library without hunter, make sure the library version(commit) as mentioned in the `CMakeList.txt` is used. Sometimes we have to make breaking changes in `mtxclient` and for that period the master branch of both repos may not be compatible.
2020-01-27 01:36:56 +03:00
The bundle flags are currently:
- USE_BUNDLED_SPDLOG
- USE_BUNDLED_OLM
- USE_BUNDLED_GTEST
- USE_BUNDLED_CMARK
- USE_BUNDLED_JSON
- USE_BUNDLED_OPENSSL
- USE_BUNDLED_MTXCLIENT
- USE_BUNDLED_LMDB
- USE_BUNDLED_LMDBXX
2021-06-30 03:43:36 +03:00
- USE_BUNDLED_COEURL
- USE_BUNDLED_LIBCURL
- USE_BUNDLED_LIBEVENT
2023-11-20 04:38:58 +03:00
- USE_BUNDLED_KDSINGLEAPPLICATION
2020-01-27 01:36:56 +03:00
2021-03-13 20:42:21 +03:00
A note on bundled OpenSSL: You need to explicitly enable it and it will not be using your system certificate directory by default, if you enable it. You need to override that at runtime with the SSL_CERT_FILE variable. On Windows it will still be using your system certificates though, since it loads them from the system store instead of the OpenSSL directory.
2023-01-18 03:13:09 +03:00
#### Linux (Appimage)
2017-12-21 16:10:04 +03:00
2020-04-24 01:54:21 +03:00
If you don't want to install any external dependencies, you can generate an AppImage locally using docker. It is not that well maintained though...
2017-12-21 16:10:04 +03:00
```bash
make docker-app-image
```
2023-01-18 03:13:09 +03:00
#### Arch Linux
2017-04-06 04:03:46 +03:00
```bash
2024-06-11 01:58:50 +03:00
sudo pacman -S qt6-base \
qt6-tools \
qt6-multimedia \
qt6-svg \
2018-06-17 19:10:48 +03:00
cmake \
gcc \
fontconfig \
lmdb \
2018-09-11 19:02:36 +03:00
cmark \
2024-06-11 01:58:50 +03:00
qtkeychain-qt6
2017-04-06 04:03:46 +03:00
```
2024-02-05 04:17:00 +03:00
#### Debian 13 [Testing/Sid] (Nheko QT6 Version)
```bash
# Install build requirements
sudo apt install -y cmake asciidoc-base libevent-dev libspdlog-dev libre2-dev liblmdb++-dev libcurl4-openssl-dev libssl-dev libolm-dev libcmark-dev nlohmann-json3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev libkdsingleapplication-qt6-dev
2024-09-24 20:06:54 +03:00
sudo apt install -y qt6-base-dev qt6-tools-dev qt6-svg-dev qt6-multimedia-dev qt6-declarative-dev qtkeychain-qt6-dev qt6-base-private-dev qt6-declarative-private-dev
2024-02-05 04:17:00 +03:00
# Clone nheko repository from github
sudo apt install -y git
git clone https://github.com/Nheko-Reborn/nheko & & cd nheko
# Build
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DUSE_BUNDLED_COEURL=1 -DUSE_BUNDLED_MTXCLIENT=1 -DUSE_BUNDLED_LMDBXX=1
cmake --build build
```
#### Debian 11-12 / Ubuntu 22.04 (Nheko QT5 11.3 Release Version)
2023-01-23 20:33:46 +03:00
*Build requirements + qml modules needed at runtime (you may not need all of them, but the following seem to work according to reports):*
2017-07-09 13:46:50 +03:00
```bash
2023-01-18 03:13:09 +03:00
sudo apt install --no-install-recommends g++ cmake make zlib1g-dev libssl-dev libolm-dev liblmdb-dev libcmark-dev nlohmann-json3-dev libspdlog-dev libevent-dev libcurl4-openssl-dev libre2-dev libxcb-ewmh-dev asciidoc-base \
2024-10-09 00:04:41 +03:00
qt{base,declarative,tools,multimedia,quickcontrols2-}5-dev libqt6svg5-dev qt6keychain-dev qml-module-qt{gstreamer,multimedia,quick-extras,-labs-settings,graphicaleffects,quick-controls2,quick-particles2} \
2024-06-11 01:58:50 +03:00
libgstreamer1.0-dev libgstreamer-plugins-{base,bad}1.0-dev qtgstreamer-plugins-qt6 libnice-dev ninja-build
2017-07-09 13:46:50 +03:00
```
2023-01-18 03:13:09 +03:00
lmdb++-dev is too old so bundled lmdbxx must be used.
libspdlog-dev in debian bullseye is too old (without backporting) so requires using hunter to use bundled spdlog.
Suggested flags for debian bullseye: `-DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=OFF`
Suggested flags for debian bookworm: `-DUSE_BUNDLED_COEURL=1 -DUSE_BUNDLED_MTXCLIENT=1 -DUSE_BUNDLED_LMDBXX=1`
2017-07-09 13:46:50 +03:00
2023-01-18 03:13:09 +03:00
#### Fedora
2020-01-27 01:36:56 +03:00
```bash
2023-01-18 03:13:09 +03:00
sudo dnf builddep nheko # note that some newer packages might not be captured by that
2020-01-27 01:36:56 +03:00
```
2023-01-18 03:13:09 +03:00
#### Gentoo Linux
2020-12-31 00:02:11 +03:00
```bash
2023-01-18 03:13:09 +03:00
sudo emerge -a ">=dev-qt/qtgui-5.15.0" media-libs/fontconfig dev-libs/qtkeychain
2020-12-31 00:02:11 +03:00
```
2023-01-18 03:13:09 +03:00
#### Guix
2020-02-23 23:13:33 +03:00
```bash
guix environment nheko
```
2023-01-18 03:13:09 +03:00
#### macOS (Xcode 10.2 or later)
2017-04-10 02:28:06 +03:00
```bash
2017-07-29 12:23:27 +03:00
brew update
2024-09-07 00:43:21 +03:00
brew install qt6 lmdb cmake llvm spdlog cmark libolm qtkeychain
2017-04-10 02:28:06 +03:00
```
2023-01-18 03:13:09 +03:00
#### Windows
2018-06-14 02:17:38 +03:00
2022-09-21 03:58:35 +03:00
1. Install Visual Studio 2022's "Desktop Development" and "Linux Development with C++"
2018-06-14 02:17:38 +03:00
(for the CMake integration) workloads.
2. Download the latest Qt for windows installer and install it somewhere.
2022-09-21 03:58:35 +03:00
Make sure to install the `MSVC 2022 64-bit` toolset for at least Qt 5.15.
2018-06-14 02:17:38 +03:00
2020-01-27 01:36:56 +03:00
3. If you don't have openssl installed, you will need to install perl to build it (i.e. Strawberry Perl).
2018-06-14 02:17:38 +03:00
2017-04-10 02:28:06 +03:00
### Building
2017-04-06 19:56:33 +03:00
2020-01-27 01:36:56 +03:00
We can now build nheko:
2017-07-29 12:23:27 +03:00
2017-04-06 19:56:33 +03:00
```bash
2020-05-15 01:38:09 +03:00
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
2020-01-27 01:36:56 +03:00
cmake --build build
2017-04-06 19:56:33 +03:00
```
2020-01-27 01:36:56 +03:00
To use bundled dependencies you can use hunter, i.e.:
2018-02-05 15:12:07 +03:00
```bash
2020-05-15 01:38:09 +03:00
cmake -S. -Bbuild -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=OFF
2020-01-27 01:36:56 +03:00
cmake --build build --config Release
2018-02-05 15:12:07 +03:00
```
2020-01-27 01:36:56 +03:00
Adapt the USE_BUNDLED_* as needed.
2018-02-10 14:46:26 +03:00
If the build fails with the following error
```
2024-06-11 01:58:50 +03:00
Could not find a package configuration file provided by "Qt6Widgets" with
2018-02-10 14:46:26 +03:00
any of the following names:
2024-06-11 01:58:50 +03:00
Qt6WidgetsConfig.cmake
qt6widgets-config.cmake
2018-02-10 14:46:26 +03:00
```
2024-06-11 01:58:50 +03:00
You might need to pass `-DCMAKE_PREFIX_PATH` to cmake to point it at your qt6 install.
2018-02-10 14:46:26 +03:00
e.g on macOS
```
2024-06-11 01:58:50 +03:00
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$(brew --prefix qt6)
2018-02-10 14:46:26 +03:00
cmake --build build
```
2018-02-05 15:12:07 +03:00
2017-04-06 19:56:33 +03:00
The `nheko` binary will be located in the `build` directory.
2017-04-06 04:03:46 +03:00
2018-06-14 02:17:38 +03:00
#### Windows
After installing all dependencies, you need to edit the `CMakeSettings.json` to
be able to load and compile nheko within Visual Studio.
2024-06-11 01:58:50 +03:00
You need to fill out the paths for the `Qt6_DIR` .
The Qt6 dir should point to the `lib\cmake\Qt6` dir.
2018-06-14 02:17:38 +03:00
Examples for the paths are:
2024-06-11 01:58:50 +03:00
- `C:\\Qt\\6.5.2\\msvc2017_64\\lib\\cmake\\Qt6`
2019-02-08 22:49:53 +03:00
2020-01-27 01:36:56 +03:00
You should also enable hunter by setting `HUNTER_ENABLED` to `ON` and `BUILD_SHARED_LIBS` to `OFF` .
2019-02-08 22:49:53 +03:00
Now right click into the root nheko source directory and choose `Open in Visual Studio` .
2020-05-08 23:00:56 +03:00
You can choose the build type Release and Debug in the top toolbar.
2019-02-08 22:49:53 +03:00
After a successful CMake generation you can select the `nheko.exe` as the run target.
Now choose `Build all` in the CMake menu or press `F7` to compile the executable.
2018-06-14 02:17:38 +03:00
To be able to run the application the last step is to install the needed Qt dependencies next to the
nheko binary.
Start the "Qt x.xx.x 64-bit for Desktop (MSVC 2017)" command promt and run `windeployqt` .
```cmd
cd < path-to-nheko > \build-vc\Release\Release
windeployqt nheko.exe
```
The final binary will be located inside `build-vc\Release\Release` for the Release build
and `build-vc\Debug\Debug` for the Debug build.
2020-01-27 01:36:56 +03:00
Also copy the respective cmark.dll to the binary dir from `build/cmark-build/src/Release` (or Debug).
2017-04-09 03:54:39 +03:00
### Contributing
2017-04-06 04:03:46 +03:00
2022-04-14 18:02:55 +03:00
See [CONTRIBUTING ](.github/CONTRIBUTING.md ).
### Using the D-Bus API
Currently, there is no documentation for the D-Bus API, so if you'd like to make use of it, come ask
for support in [#nheko:nheko.im ](https://matrix.to/#/#nheko:nheko.im ).
2017-04-06 04:03:46 +03:00
2017-04-09 03:54:39 +03:00
### Screens
2017-04-06 04:03:46 +03:00
2019-02-27 05:43:16 +03:00
Here are some screen shots to get a feel for the UI, but things will probably change.
2017-04-06 04:03:46 +03:00
2019-02-27 05:43:16 +03:00
![nheko start ](https://nheko-reborn.github.io/images/screenshots/Start.png )
![nheko login ](https://nheko-reborn.github.io/images/screenshots/login.png )
![nheko chat ](https://nheko-reborn.github.io/images/screenshots/chat.png )
![nheko settings ](https://nheko-reborn.github.io/images/screenshots/settings.png )
2022-03-09 23:38:13 +03:00
![nheko mobile ](https://nheko-reborn.github.io/images/screenshots/mobile.png )
2017-04-06 04:03:46 +03:00
2020-02-23 15:40:04 +03:00
### Third party
2021-11-17 02:49:12 +03:00
- [Fluent Icons ](https://github.com/microsoft/fluentui-system-icons )
2020-02-23 15:40:04 +03:00
2017-04-06 04:03:46 +03:00
[Matrix]:https://matrix.org
2020-11-09 18:35:14 +03:00
[Element]:https://element.io