-
Notifications
You must be signed in to change notification settings - Fork 49
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
Could be nice to generate/install pkg-config file #63
Comments
I see, thank you for you remarks. Ideally you should use CMake, which interact very well with an existing CMake project. But I will test if The additional pkg-config file is also a great idea! Thx. Please, be welcome to add a PR if you wish. |
pkg-config generation is managed by CMakefile. I'll check if I can make a PR from this project I helped, I'm noob with CMake: https://github.com/sebastiandev/zipper/blob/master/zipper.pc.cmakein |
Yes so |
I'm testing your project right now.
Could be nice to create a pkg-config file like in:
https://github.com/sebastiandev/zipper/blob/master/zipper.pc.cmakein
Or for Makefile:
https://github.com/Lecrapouille/MyMakefile/blob/master/Makefile.macros#L165
sudo make install will install it:
https://github.com/Lecrapouille/MyMakefile/blob/master/Makefile.macros#L181
https://github.com/Lecrapouille/MyMakefile/blob/master/Makefile.macros#L63
(not sure this is working well for Mac)
So in your readme instead of:
Could be replaced by:
In addition in your command
-lipfs-http-client
is misplaced and-lcurl
is missing. The pkg-config will contain the-lcurl
codeThe text was updated successfully, but these errors were encountered: