Build Linux
Prerequisites:
- Computer with a linux distro
- Stable rust toolchain
Most linux distros require the installation of the following packages:
build-essentiallibssl-develpkg-configlibxkbcommon-x11-devlibgtk-3-dev(for rfd)
Steps:
- In
/clients/linuxruncargo build
Nix users can start a nix-shell in the clients/linux directory which will configure all the dependencies.