Files
third_party_libnl/install_tool.sh
YOUR_NAME fd301b6196 feat:modify license to LGPL
fix: libnl codex bug
BREAKING CHANGE: extends key in config file is now used for extending other config files
style:modify libnl driver style
docs:NA
test:NA

Signed-off-by: YOUR_NAME <xusai4@huawei.com>
2022-03-16 02:51:29 +00:00

18 lines
416 B
Bash
Executable File

#!/bin/bash
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation version 2.1
# of the License.
#
# Copyright(c) 2022 Huawei Device Co., Ltd.
sudo apt-get install autoconf
sudo apt-get install libtool
sudo apt-get install pkg-config
./autogen.sh
./configure
make
exit 0