• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# This library is free software; you can redistribute it and/or
3# modify it under the terms of the GNU Lesser General Public
4# License as published by the Free Software Foundation version 2.1
5# of the License.
6#
7# Copyright(c) 2022 Huawei Device Co., Ltd.
8sudo apt-get install autoconf
9sudo apt-get install libtool
10sudo apt-get install pkg-config
11exit 0
12