Open RobertIndie opened 2 years ago
For Mac: You need first execute pkg/mac/build-cpp-deps-lib.sh
and pkg/mac/build-cpp-lib.sh
.
For Linux: You need first execute build-support/install-cpp-client.sh
.
I'll update the README later.
Update README: https://github.com/apache/pulsar-client-node/pull/239
System: Ubuntu-18.04
When I followed the readme to build the client, it threw following errors at the
npm run build
step:Cannot find the
libpulsarwithdeps.a
. I found that there is a script to build thelibpulsarwithdeps.a
on the macos system but not for the linux system. I think we may need to update the Readme./cc @shibd