Author Topic: How install linux package with c/c++ headers  (Read 3259 times)

planum

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
How install linux package with c/c++ headers
« on: Sun Dec 23 16:52:02 2018 »
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

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: How install linux package with c/c++ headers
« Reply #1 on: Sun Dec 23 17:28:13 2018 »
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

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
Re: How install linux package with c/c++ headers
« Reply #2 on: Sun Dec 23 19:03:37 2018 »
Ok, thanks! I will read doc.
Merry Chrismas too!

Lukas