Skip to content

Instantly share code, notes, and snippets.

@watsy0007
Created February 18, 2020 06:53
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 watsy0007/a771ae9f500c5bdd36d4207a1426801c to your computer and use it in GitHub Desktop.
Save watsy0007/a771ae9f500c5bdd36d4207a1426801c to your computer and use it in GitHub Desktop.
aliyun rocket cpp library
wget -P /usr/local/lib https://ons-client-sdk.oss-cn-hangzhou.aliyuncs.com/cpp-rpm/darwin/librocketmq.dylib
wget -P /usr/local/lib https://ons-client-sdk.oss-cn-hangzhou.aliyuncs.com/cpp-rpm/darwin/librocketmq_client_core.dylib
wget -P /usr/local/include https://ons-client-sdk.oss-cn-hangzhou.aliyuncs.com/cpp-rpm/darwin/rocketmq.tar.gz
tar -xzf /usr/local/include/rocketmq.tar.gz -C /usr/local/include/
install_name_tool -id "@rpath/librocketmq_client_core.dylib" /usr/local/lib/librocketmq_client_core.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment