mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-27 12:10:25 +00:00
b63c929f4a
Signed-off-by: jiachanglin <jiachanglin@huawei.com>
12 lines
377 B
Bash
Executable File
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
|