nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.83k stars 304 forks source link

Shared libs #7

Closed jollyroger closed 13 years ago

jollyroger commented 13 years ago

Hi. I've done some changes to the project. Hope you'll accept them. Here is the short list for every changes:

This will be in handy if someone wishes to package your software for some Linux distribution. For example, Debian policy denies static linking and mostly borrowing source from thirdparty libraries. Since libjansson and libhiredis is on its way to Debian (and since I'm using Debian, both these libraries and webdis) this might be me :) .

Also some note on using thirdparty libraries: it would be great if there would be some version of webdis which relies on released/tagged versions of libraries. I couldn't use hiredis v0.9.2 since you've already used changes from upstream so I just didn't have another chioce except upgrading it to bleeding edge. Also there is no way to get webdis packaged until it relies on released library versions.

Anyway, thanks for your software and good luck in all your projects!

jollyroger commented 13 years ago

Hmm, It seems i've forgotten that jansson has to be configured first. Will send new pull request once this is fixed.