- Qt5 libraries
To install all required packages on Ubuntu use the following command:
sudo apt install qt5-qmake qtbase5-dev qtbase5-dev-tools
TODO
TODO
$ git clone https://github.com/btrdev/byterub.git
$ cd byterub
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j4 byterub-crypto
$ cd ../..
$ git clone https://github.com/btrdev/byterub-gui.git
$ cd byterub-gui
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j4