Skip to content

Commit 0e541de

Browse files
committed
Added Arch Linux AUR installation instructions
1 parent 231542d commit 0e541de

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,23 @@ $ echo '[0,0,"sum",[1,2]]' | json2msgpack | nc -q1 localhost 18800 | msgpack2jso
5757

5858
## Installation
5959

60-
msgpack-tools currently must be built from source. The latest version of the msgpack-tools source archive can be downloaded from the releases page. This includes the library dependencies and has pre-generated man pages:
60+
### Arch Linux
61+
62+
msgpack-tools is available in the [AUR](https://aur.archlinux.org/packages/msgpack-tools/). It can be installed with `makepkg` or with any AUR helper:
63+
64+
yaourt -S msgpack-tools
65+
66+
### Other
67+
68+
For other platforms, msgpack-tools currently must be built from source. The latest version of the msgpack-tools source archive should be downloaded from the releases page. This includes the library dependencies and has pre-generated man pages:
6169

6270
[https://github.com/ludocode/msgpack-tools/releases](https://github.com/ludocode/msgpack-tools/releases)
6371

6472
msgpack-tools uses CMake. A `configure` wrapper is provided that calls CMake, so on Linux and Mac OS X, you can simply run the usual:
6573

6674
./configure && make && sudo make install
6775

68-
If you are building from the repository, you will need to fetch the dependencies and generate the man pages. These are done with the scripts under `tools/fetch.sh` and `tools/man.sh`. [md2man](https://github.com/sunaku/md2man) is required to generate the man pages.
76+
If you are building from a clone of the repository, you will need to fetch the dependencies and generate the man pages. These are done with the scripts under `tools/fetch.sh` and `tools/man.sh`. [md2man](https://github.com/sunaku/md2man) is required to generate the man pages.
6977

7078
## Differences between MessagePack and JSON
7179

0 commit comments

Comments
 (0)