Before build, see build requirements for your specific platform.
If you have already installed Rust on your device you can skip to the next step, otherwise:
make rust
Compile binary from source code:
make
Optional, install binary in /usr/local/bin
:
sudo make install
sudo apt install build-essential libssl-dev make pkg-config automake autoconf libtool libsqlite-dev
sudo dnf group install "C Development Tools and Libraries" "Development Tools"
sudo dnf install make openssl-devel automake autoconf libtool
brew install automake pkg-config