Skip to content

Commit

Permalink
Fix missing dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Oct 24, 2023
1 parent 2408ec3 commit c84e880
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/install_core_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rapidjson-dev libkrb5-dev git python3-pkg-resources python3-pip libssl-dev
sudo apt-get install -y libzmq3-dev

cd ~
#install_cmake
install_cmake
cd ~

# Install cmake 3.17
Expand Down
14 changes: 7 additions & 7 deletions scripts/install_repo_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ sudo apt-get install -y libzmq3-dev python3-pip
python3 -m pip install --upgrade pip
python3 -m pip install setuptools

#install_cmake
#cd ~
#
#install_protobuf
#cd ~
#
#install_libsodium
install_cmake
cd ~

install_protobuf
cd ~

install_libsodium
cd ~

install_libzmq
Expand Down

0 comments on commit c84e880

Please sign in to comment.