In this tutorial, we will learn how to install Dispatch on Manjaro by downloading the source code from GitHub.
Before we begin, make sure your Manjaro system is up to date. You will also need to have the Git package installed on your system.
sudo pacman -Syu git
Open the Terminal and clone the Dispatch repository from GitHub.
git clone https://github.com/khlieng/dispatch.git
Navigate to the Dispatch directory.
cd dispatch
Install the required dependencies.
sudo pacman -S cmake qt5-base qt5-svg qt5-tools qt5-websockets protobuf ninja
Create a build directory and navigate into it.
mkdir build
cd build
Run the CMake configuration.
cmake .. -GNinja
Build and install Dispatch.
ninja install
Verify that Dispatch is installed correctly by running the following command.
dispatch --version
The output should show the Dispatch version number.
In this tutorial, we learned how to install Dispatch on Manjaro by downloading the source code from GitHub. Dispatch is now installed on your system and ready to use.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!