-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conan Package #7
Comments
I don't understand what connan and bincrafters are. |
Conan is a package manager to make life easier, instead of installing and linking every library manually conan does it for you, you only need to provide a You can have multiple profiles and versions of the library and it does not get so messy, in your Bincrafters I guess package a bunch of libraries for conan and host them (or use too), dont know much about it either |
Ok thanks, but I think you're wrong about this library, it's really something I did for me, it's very poorly done, just enough to make my projects work, it doesn't have at all the rigor needed to be part of a package manager. |
I wrote a conan recipe for this library and have made a relevant issue for it on bincrafters community for its inclusion, just thought I would let the contributors know 😄
One thing that I did have to do to make it work was edit the recipe for
imgui-sfml
2.5
to use theimgui-docking
source in order to make it work, could the dependency on this branch be removed (at least optionally)?The text was updated successfully, but these errors were encountered: