bytecoin-gui

Requirements

  1. Qt5 libraries
    To install all required packages on Ubuntu use the following command:
sudo apt install qt5-qmake qtbase5-dev qtbase5-dev-tools

How to build binaries from source code

Windows

TODO

MacOS

TODO

Linux

$ git clone https://github.com/bcndev/bytecoin.git
$ cd bytecoin
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j4 bytecoin-crypto
$ cd ../..
$ git clone https://github.com/bcndev/bytecoin-gui.git
$ cd bytecoin-gui
$ mkdir -p build
$ cd build
$ cmake ..
$ make -j4