How install linux package with c/c++ headers

Started by planum, Sun Dec 23 16:52:02 2018

Previous topic - Next topic

planum

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 ?


Thierry

Hello Planum,

NuTyX packages are all split when possible into:

- base package
- devel subpackage
- man subpackage
- doc subpackage
- service subpackage
- lib subpackage
- locales subpackages.

Means if you want to compile a package, you will always need the .devel sub packages of the dependencies ask by the package you want to compile.

Take the time to read the on line documentation. Will be very usefull for answering your questions

http://www.nutyx.org/en/documentation#3

Merry Chrismas

Thierry

planum

Ok, thanks! I will read doc.
Merry Chrismas too!

Lukas