mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-18 17:24:41 -04:00
weekly_20221011
Merge pull request !44 from chenbotong/master
libnl
Introduction & Software Architecture
Usage Guidelines
Generates Header File
In this warehouse include/netlink/version.h and lib/defs.h file is generated through the following steps
1.Run the following script to generate the tools required for the header file
bash install_tool.sh
Note:The preceding script performs following operations:Install the autoconf,libtool and pkg-config tools,execute the autogen.sh file in the libnl root directory,generate the configure,defs.h.in and defs.h.in~ files,and then execute the configure command,The version.h file is generated in the include/netlink directory,defs.h file is generated in the lib directory.
Contribution
Repositories Involved
Description
Languages
C
90.4%
Python
4.7%
CSS
2%
Makefile
1.1%
Shell
0.9%
Other
0.9%