Chitchatter is an open-source chat application for Linux, macOS, and Windows. In this tutorial, we will show you how to install Chitchatter on Debian Latest.
Before installing any new packages, it is always a good practice to update the system to the latest available version. To do that, open the terminal and run:
sudo apt update && sudo apt upgrade
Chitchatter requires some dependencies to be installed on the system. Run the following command to install them:
sudo apt install libcairo2-dev libgles2-mesa-dev libjsoncpp-dev libpulse-dev libopus-dev libvpx-dev libxi-dev libxrandr-dev libxtst-dev libgtk-3-dev build-essential cmake git qtbase5-dev
In this step, we will download the Chitchatter code using git. Run the following command to download the code:
git clone https://github.com/stv0g/chitchat.git
Now that we have downloaded the code, we can build and install Chitchatter. Navigate to the downloaded directory with the following command:
cd chitchat
Create a build directory with the following command:
mkdir build
cd build
To build and install Chitchatter, run the following commands:
cmake ..
make && sudo make install
Now that we have installed Chitchatter, we can run it by typing the following command in the terminal:
chitchat
Congratulations! You have successfully installed Chitchatter on Debian Latest. You can now use the Chitchatter chat application.
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!