当前位置: 首页 > 工具软件 > LTI-Lib > 使用案例 >

编译libnl-3.2.25

柯星辰
2023-12-01

libnl-3.2.25编译

libnl官方网站:
http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libnl.html

依赖工具:
check-0.10.0
flex
bison

安装check-0.10.0
按照链接:http://www.linuxfromscratch.org/blfs/view/svn/general/check.html安装
安装flex
sudo apt-get install flex
安装bison
sudo apt-get install bison

编译libnl
 sudo ./configure --prefix=/usr --sysconfdir=/etc --disable-static
sudo make 
sudo make install

 类似资料: