Skip to content

Commit 852873e

Browse files
committed
docs: Remove irrelevant g++ dependency
1 parent b403751 commit 852873e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/kubernetes-client/c
1414
CLIENT_REPO_ROOT=${PWD}/c
1515

1616
# Install pre-requisites
17-
sudo apt-get install libssl-dev libcurl4-openssl-dev libwebsockets-dev uncrustify cmake g++
17+
sudo apt-get install libssl-dev libcurl4-openssl-dev libwebsockets-dev uncrustify cmake
1818

1919
# Build pre-requisite: libyaml
2020
git clone https://github.com/yaml/libyaml --depth 1 --branch release/0.2.5

0 commit comments

Comments
 (0)