Skip to content

Commit

Permalink
Added build dependencies for Ububtu
Browse files Browse the repository at this point in the history
Summary: - Fixes the build failure in Ubuntu

Reviewed By: afrind

Differential Revision: D59703853

fbshipit-source-id: 9a241d42b54d232bf8461250e90978e981f3ce91
  • Loading branch information
jordicenzano authored and facebook-github-bot committed Jul 13, 2024
1 parent bba553f commit 60fd1d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function detect_platform() {
function install_dependencies_linux() {
apt update -yq
apt install -yq \
build-essential \
git \
python3 \
cmake \
Expand All @@ -43,7 +44,11 @@ function install_dependencies_linux() {
libsodium-dev \
libunwind-dev \
libgflags-dev \
libevent-dev
libevent-dev \
libgoogle-glog-dev \
libdouble-conversion-dev \
libboost-all-dev \
gperf
}

function install_dependencies_mac() {
Expand Down

0 comments on commit 60fd1d7

Please sign in to comment.