From 7ff8245f4638a01f5a4a12e71df5fd8f8c26487d Mon Sep 17 00:00:00 2001 From: Cristian Ferretti Date: Mon, 13 Mar 2023 21:04:17 -0400 Subject: [PATCH] Fix an issue with cpp-client README about script permissions to execute after download. --- cpp-client/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp-client/README.md b/cpp-client/README.md index 40af2eeba80..002e09d0204 100644 --- a/cpp-client/README.md +++ b/cpp-client/README.md @@ -47,6 +47,7 @@ C++ compiler and tool suite (cmake etc). mkdir -p $HOME/dhcpp cd $HOME/dhcpp wget https://github.com/deephaven/deephaven-base-images/raw/main/cpp-client/build-dependencies.sh + chmod +x ./build-dependencies.sh # Maybe edit build-dependencies.sh to reflect choices of build tools and build target ./build-dependencies.sh ```