- 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/The-Stefche/stefche-gui.git
$ cd stefche
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j4 stefche-crypto
$ cd ../..
$ git clone https://github.com/The-Stefche/stefche-gui.git
$ cd stefche-gui
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j4