mirror of
https://github.com/openharmony/third_party_libnl.git
synced 2026-07-19 12:09:14 -04:00
18fb8d47bd
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
|