meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 174 forks source link

Conan package #29

Closed zamazan4ik closed 6 years ago

zamazan4ik commented 6 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 :-)

godcodehunter commented 6 years ago

Conan it is another piece of ****. What's the difference than build if it is not going out of the cmake. Project support bezel but it also not working success. Now nothing works by default.

zamazan4ik commented 6 years ago

Because with Conan I can simply run conan install command and this library will be integrated into my script (it can be Cmake, xcode, vs solution, whatever else). Wihtout any pain with manual building, writing manually include paths, etc.

godcodehunter commented 6 years ago

There is one thing, but a damn conan may not contain other libs or something else. I probably it, the only usecase of this crap - windows. By the way, how is the fuzzy search for boost algo?

Jeffail commented 6 years ago

Hey @ZaMaZaN4iK, I'm struggling to keep up with the build systems already in place, I'm going to be focusing on the bazel builds in future as my time on this project is limited but thanks for the suggestion.