Skip to content

Commit

Permalink
add a bash script to install dependency on CentOS
Browse files Browse the repository at this point in the history
Summary:
as title

Test Plan:
successfully installed dependency

Reviewers:

Subscribers:

Tasks:

Tags:
  • Loading branch information
AmaxGuan authored and michalgr committed Jan 15, 2024
1 parent 8a5446f commit b3c3ea7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions scripts/centos-install-deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#! /bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.

echo "installing deps..."

sudo dnf -y install \
autoconf \
automake \
bison \
curl \
flex \
gcc-c++ \
gettext \
gettext-devel \
git \
help2man \
libtool \
make \
openssl-devel \
pkg-config \
po4a \
texinfo \
unzip \
wget \
zlib \
zstd

0 comments on commit b3c3ea7

Please sign in to comment.