Skip to content

ByteRub/byterub-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byterub-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/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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 98.0%
  • QMake 1.4%
  • CMake 0.6%