Skip to content

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

1 star

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages

Generated from GDGVIT/template