Building the client from source
Get the source You can download the source from the source archives or from GitHub You must run the following command to download submodules if you have downloaded the source using Git: git submodule update --init GNU/Linux build steps If you are running a Debian-based system (Ubuntu, Linux Mint, etc.) then run the following command to install Signet’s build dependencies sudo apt-get install qt5-default libqt5websockets5-dev libqt5x11extras5-dev libgcrypt20-dev zlib1g-dev libx11-dev If you are not on a Debian based system, build or install the equivalent libraries for Qt5 (with Websockets and x11extras), zlib, libX11, and libgcrypt. »