Skip to content

Instantly share code, notes, and snippets.

@xunzhang
Created January 12, 2017 10:39
Show Gist options
  • Save xunzhang/aeb7b93c71eb1d86d9cbe126053fb85d to your computer and use it in GitHub Desktop.
Save xunzhang/aeb7b93c71eb1d86d9cbe126053fb85d to your computer and use it in GitHub Desktop.
install MsgpackC 1.4.2
- export MSGPACK_C_VERSION=1.4.2
- cd /tmp
- wget -O "/tmp/msgpack-c-${MSGPACK_C_VERSION}.tar.gz"
"https://github.com/msgpack/msgpack-c/archive/cpp-${MSGPACK_C_VERSION}.tar.gz"
- tar -zxvf "/tmp/msgpack-c-${MSGPACK_C_VERSION}.tar.gz" "msgpack-c-cpp-${MSGPACK_C_VERSION}"
- cd "/tmp/msgpack-c-cpp-${MSGPACK_C_VERSION}"
- ./bootstrap
- ./configure
- make
- sudo make install
- cd /tmp && rm -rf /tmp/msgpack-c*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment