Skip to content

Commit

Permalink
Improve the cpp-client/README.md with a suggestion from Al.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcferretti committed Sep 17, 2024
1 parent 178e7df commit 7c5d1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ connect a server when you want to run them.
export DHCPP=$HOME/dhcpp
# If the directory already exists from a previous attempt, ensure is clean/empty
mkdir -p $DHCPP
cp build-dependencies.sh $DHCPP
cp $DHSRC/build-dependencies.sh $DHCPP
cd $DHCPP
# Maybe edit build-dependencies.sh to reflect choices of build tools and build target, if you
# want anything different than defaults; defaults are tested to work,
Expand Down
2 changes: 1 addition & 1 deletion cpp-client/build-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ if [ "$CLONE_PROTOBUF" = "yes" ]; then
echo
echo "*** Cloning protobuf"
cd $SRC
# Previously used version: v25.4
# Previously used version: v25.3
git clone $GIT_FLAGS -b v28.1 --depth 1 "${GITHUB_BASE_URL}/protocolbuffers/protobuf.git"
echo "*** Cloning protobuf DONE"
fi
Expand Down

0 comments on commit 7c5d1c6

Please sign in to comment.