/conan-gui

graphical interface to conan package manager commandline

Primary LanguageC++MIT LicenseMIT

Conan GUI

conan-gui is a desktop application to interact with conan.io package manager

Screenshots

admin view install view develop view

Features

administration view

  • direct access to 'conan' documentation

  • pick conan executable on path or selectable by user

  • display conan version

  • display available profiles

  • open profile with text editor

  • open profile with text editor

  • display remotes

  • can enable/disable remote

  • remember selected conan executable

install view

helper to execute conan install command

  • direct access to 'conan install' documentation
  • need to select install folder and build folder
  • can select profile
  • can select one build policy (missing, all, cascade, pattern)
  • can add extra parameters
  • display executed command line
  • display standard output and standard error
  • display return code

develop view

helper to the package development flow

  • direct access to 'conan package development flow' documentation
  • select profile
  • select recipe folder
  • define development folders (source folder, install folder, build folder and package folder)
  • one button for each step (source, install, build, package, export-pkg)
  • display executed command line
  • display standard output and standard error
  • display return code