Skip to content

Commit 7a02f03

Browse files
committed
Update install instructions with latest msgpack
1 parent 953077b commit 7a02f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

QUICKSTART-C.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ On Gentoo Linux, you can use emerge. Install [dev-libs/msgpack|http://gentoo-por
3636
On the other UNIX-like platforms, download source package from [Releases|http://msgpack.org/releases/cpp/] and run `./configure && make && make install`.
3737

3838
```
39-
$ wget http://msgpack.org/releases/cpp/msgpack-0.5.5.tar.gz
40-
$ tar zxvf msgpack-0.5.5.tar.gz
41-
$ cd msgpack-0.5.5
39+
$ wget http://msgpack.org/releases/cpp/msgpack-1.3.0.tar.gz
40+
$ tar zxvf msgpack-1.3.0.tar.gz
41+
$ cd msgpack-1.3.0
4242
$ ./configure
4343
$ make
4444
$ sudo make install

0 commit comments

Comments
 (0)