Documentation > Tips and Tricks
How install linux package with c/c++ headers
(1/1)
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
Navigation
[0] Message Index
Go to full version