cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.35k stars 336 forks source link

Conan package #283

Open zamazan4ik opened 7 years ago

zamazan4ik commented 7 years ago

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

rbrugo commented 6 years ago

News about this? It would be great to have Nana available via Conan

Shamari91 commented 5 years ago

Just adding to the thread, it would be great if Nana was available via conan.

Any news?

qPCR4vir commented 5 years ago

Is this OK ? https://github.com/jacmoe/conan-nana

ShamariFoundry commented 5 years ago

This this is fine.

Would be good if it was uploaded to bintray at some point, maybe this is something I could look into.

https://bintray.com/conan/conan-center

ppetraki commented 5 years ago

So I just did this again because I didn't find it in conan and I didn't look here first :).

https://github.com/ppetraki/conan-nana-meson

Why is it that we have to specify the OS library dependencies manually? It's already been done by cmake. Is it because nana is missing an installer?

Climbing the conan packaging learning curve here so please forgive my ignorance.