Skip to content

The-Stefche/stefche-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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