third_party_libnl/install_tool.sh
jiachanglin b63c929f4a fix: Generate c files and header files in libnl
Signed-off-by: jiachanglin <jiachanglin@huawei.com>
2022-04-08 02:19:07 +00:00

12 lines
377 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
exit 0