arch
NOTE: We don't officially support Arch Linux for use with the Mattermost Desktop App. The provided guide is unofficial.
-
Open a terminal
-
Install nvm via
-
Install NodeJS via
nvm install --lts -
Install other dependencies:
Linux requires the X11 development libraries and
libpngto build native Node modules. Arch requireslibffisince it's not installed by default.sudo pacman -S npm git python3 gcc make libx11 libxtst libpng libffi
Notes
-
To build RPMs, you need
rpmbuildsudo pacman -S rpm