You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conan GUIde is Qt based Graphical User Interface (GUI) to interact with conan package manager. Conan GUIde provides user an easy overview of the information from the local cache without any further effort of typing in the terminal. One of the core functionalities from this application is to provide user the possibility to execute the conan development flow from the existing conan recipe.
2
+
**Conan GUIde** is Qt based Graphical User Interface (GUI) to interact with local cache of conan package manager. **Conan GUIde** provides user an easy overview of the information from the local cache without any further effort of typing in the terminal. User can find, copy and even open the path of the package with minimal effort and clicks.
3
3
4
-

4
+
With **Conan GUIde** user has also possibility to add, edit and remove local profiles and remotes of the conan package manager.
5
5
6
-
**⚠ WARNING:** Currently only tested in Windows
6
+
One of the core features from this application is the [workspace section](#tab-workspace), that allows user to execute the conan development flow from the existing conan recipe. User can also save the configuration into a file and load it back into workspace. See more in [Tab Workspace](#tab-workspace).
**Tab Cache** provides list of recipes and packages, that are installed in the local cache. By selecting one of the recipes or packages, user can see more detailed information, such as description, compiler, architecture, version, `build_type` and further more.
44
+
45
+
Another important feature for Windows users is information about the data path and the actual package path. This feature saves time for Windows users due to the path separation between the data and the package itself. The package will be stored in the same path as the data path, it only save the reference link, that points to the other directory.
In this section user can configure their workspace and all the needed parameters to build their conan project. **Tab Workspace** also allows users to save their configuration and load it back to this section.
52
+
53
+
The console widget provides the information during the build process of the conan project.
The local profiles are listed in this section. User has the capability to add a new empty profile, rename and remove an existing profile. The content of the profile itself can also be edited using the application.
0 commit comments