NOTE: We don’t officially support Fedora/Red Hat/CentOS Linux for use with the Mattermost Desktop App. The provided guide is unofficial.
Open Terminal
Install dependencies:
Linux requires the X11 developement libraries and libpng
to build native Node modules.
sudo apt install nodejs git python3 g++ libX11-devel libXtst-devel libpng-devel`
To build RPMs, you need rpmbuild
:
sudo dnf install rpm-build
Did you find what you were looking for?