Hi,
I have problem with linux package . I need install libmicrohttpd with c/c++ headers to linux standard path /usr/lib, /usr/include.
When I install libmicrohttpd using get cmd:
get libmicrohttpd
I get only libs:
/usr/lib/libmicrohttpd.so.12.46.0
/usr/lib/libmicrohttpd.so
/usr/lib/libmicrohttpd.a
/usr/lib/libmicrohttpd.so.12
but no headers....
How add this .h files ?