Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue with cpp-client README about script permissions #3539

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpp-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down