GDGVIT / barbarian

A GUI based interface for c++ packet manager - Conan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barbarian

GUI for the Conan package manager written in Qt.


Functionalities

  • Search for packages.
  • Download and install packages.
  • Upgrade packages.
  • Remove packages.

Instructions to run

  • Pre-requisites:
    • Qt
    • Conan
    • GCC
    • CMake(Preferred)
    • POSIX compliant(unix-like) OS.

  • How to install/build (with cmake):

    From the cloned directory,

$ mkdir build  
$ cd build  
$ cmake ..  
$ cmake --build . --target all  
$ ./Barbarian

Screenshots

  • Install Success

Install Success

  • General Preferences

General Preference

  • Advanced Preferences

Advanced Preference

  • Install Failed

Install Failed

  • About Barbarian

About Barbarian

Contributors



Made with ❤️ by DSC VIT

About

A GUI based interface for c++ packet manager - Conan

License:GNU General Public License v3.0


Languages

Language:C++ 97.4%Language:CMake 2.6%