I'm trying to use the C client library of http://sphinxsearch.com in my project. It compiles fine on ubuntu using libsphinxclient-dev
package
However when I try to compile it on debian sid, it complains that the header sphinxclient.h
is missing, and I can't find any package providing this header.
Is there any "clean" way to solve this problem ?