conan-gui is a desktop application to interact with conan.io package manager
-
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
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
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