I'm trying to use Cloud Storage C++ Client Library
I've installed it following instructions
When I try to compile it using g++, compilation/linking failing with the following error:
undefined reference to 'google::cloud::storage::v0::Client::CreateDefaultClient()'
Where can I find compiling/building instructions for cpp google cloud SDK.