File: install_msgpack_travis.sh

package info (click to toggle)
tmate-ssh-server 2.3.0-68-gd7334ee4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,552 kB
  • sloc: ansic: 39,257; awk: 339; makefile: 251; sh: 129; ruby: 45; perl: 41
file content (8 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

wget 'https://github.com/msgpack/msgpack-c/archive/cpp-3.1.1.tar.gz'
tar -xzf cpp-3.1.1.tar.gz
cd msgpack-c-cpp-3.1.1
cmake .
make
sudo make install