1# libnl 2 3#### 简介 & 软件架构 4 5- [参考官方文档](https://www.infradead.org/~tgr/libnl/) 6 7#### 使用说明 8 9- [参考官方API文档](https://www.infradead.org/~tgr/libnl/doc/api/group__cb.html) 10 11#### 头文件生成 12 13本仓中的include/netlink/version.h及lib/defs.h文件是通过以下步骤生成 14 151.生成头文件及所需工具,执行下列脚本 16 ``` 17 bash install_tool.sh 18 ``` 19注:上述脚本进行了如下操作,首先安装了autoconf、libtool、pkg-config工具,其次执行libnl根目录autogen.sh,生成configure、defs.h.in和defs.h.in~文件。然后执行configure,会在include/netlink目录下生成version.h,lib目录下生成defs.h文件。 20 21#### 参与贡献 22 23[如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/参与贡献.md) 24 25[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83) 26 27 28#### 相关仓 29 30[third_party_wpa_supplicant](https://gitee.com/openharmony/third_party_wpa_supplicant) 31 32[drivers_peripheral](https://gitee.com/openharmony/drivers_peripheral) 33 34