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
Hello,
Do you know about Conan? Conan is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers.
Here you can find example, how you can create package for the library.
If you have any questions, just ask :-)
The text was updated successfully, but these errors were encountered:
So I added a cmake to install and run the tests. Also, added a requirements.txt so when its installed with cget install pfultz2/Linq(or through CMakeGet), it will install boost.
I am not sure exactly how to list the dependencies with conan. The conanfile in the example seems kind of complicated. If you want to submit a conanfile with the boost dependency, so conan can install boost when it installs Linq, I will merge it in.
Hello,
Do you know about Conan?
Conan is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers.
Here you can find example, how you can create package for the library.
If you have any questions, just ask :-)
The text was updated successfully, but these errors were encountered: