Skip to content
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 #4

Open
zamazan4ik opened this issue Jan 12, 2018 · 2 comments
Open

Conan package #4

zamazan4ik opened this issue Jan 12, 2018 · 2 comments

Comments

@zamazan4ik
Copy link

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 :-)

@pfultz2
Copy link
Owner

pfultz2 commented Jan 31, 2018

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.

@pfultz2
Copy link
Owner

pfultz2 commented Jun 5, 2018

So the new cmake_paths generate in conan looks like it would make it simpler to create the conanfile.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants