Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

Packages

Contributors

Languages

Generated from GDGVIT/template