Skip to content

Instantly share code, notes, and snippets.

@skyrocknroll
Last active January 7, 2019 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyrocknroll/c601756239fd1c0ab19ef361a3d8e6ad to your computer and use it in GitHub Desktop.
Save skyrocknroll/c601756239fd1c0ab19ef361a3d8e6ad to your computer and use it in GitHub Desktop.
pulsar client #mac #pulsar
  • export PULSAR_PATH="/Users/yuvaraj.loganathan/workspace/pulsar"
  • cd ${PULSAR_PATH}/pulsar-client-cpp/
  • brew install protobuf260 boost boost-python log4cxx jsoncpp
  • brew upgrade cmake
  • brew install boost-python3
  • brew install clang-format
  • brew install llvm --with-toolchain
  • ln -s "/usr/local/opt/llvm/bin/clang-format" "/usr/local/bin/clang-format"
  • ln -s "/usr/local/opt/llvm/bin/clang-tidy" "/usr/local/bin/clang-tidy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment