You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: QUICKSTART-C.md
+26-29Lines changed: 26 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,11 @@ Currently, RPC implementation is not available.
6
6
7
7
# Install
8
8
9
+
## Install with package manager
9
10
10
-
##Mac OS X with MacPorts
11
+
### MacOS with MacPorts
11
12
12
-
On Mac OS X, you can install MessagePack for C using MacPorts.
13
+
On MacOS, you can install MessagePack for C using MacPorts.
13
14
14
15
```
15
16
$ sudo port install msgpack
@@ -23,48 +24,44 @@ You can also install via Homebrew.
23
24
$ brew install msgpack
24
25
```
25
26
26
-
## FreeBSD with Ports Collection
27
+
###FreeBSD with Ports Collection
27
28
28
-
On FreeBSD, you can use Ports Collection. Install [net/msgpack|http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/msgpack/] package.
29
+
On FreeBSD, you can use Ports Collection. Install [net/msgpack](http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/msgpack/) package.
29
30
30
-
## Gentoo Linux with Portage
31
+
###Gentoo Linux with Portage
31
32
32
-
On Gentoo Linux, you can use emerge. Install [dev-libs/msgpack|http://gentoo-portage.com/dev-libs/msgpack] package.
33
+
On Gentoo Linux, you can use emerge. Install [dev-libs/msgpack](http://gentoo-portage.com/dev-libs/msgpack) package.
33
34
34
-
##Other UNIX-like platform with ./configure
35
+
### Windows with vcpkg
35
36
36
-
On the other UNIX-like platforms, download source package from [Releases|http://msgpack.org/releases/cpp/] and run `./configure && make && make install`.
37
+
There are several package managers available, and vcpkg is typical.
0 commit comments