Skip to content

Commit 450d50c

Browse files
garlickmergify[bot]
authored andcommitted
README: add libarchive prerequisite
Problem: README does not list libarchive build prerequisite. Add libarchive to prerequisite table and os-specific package lists.
1 parent 0762b87 commit 450d50c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ czmq-devel | libczmq-dev | >= 3.0.1 |
5050
jansson-devel | libjansson-dev | >= 2.6 |
5151
libuuid-devel | uuid-dev | |
5252
lz4-devel | liblz4-dev | |
53+
libarchive-devel | libarchive-dev | |
5354
ncurses-devel | libncurses-dev | |
5455
hwloc-devel | libhwloc-dev | >= v1.11.1 |
5556
sqlite-devel | libsqlite3-dev | >= 3.0.0 |
@@ -78,12 +79,12 @@ jq | jq |
7879

7980
##### Installing RedHat/CentOS Packages
8081
```
81-
yum install autoconf automake libtool make pkgconfig glibc-devel zeromq4-devel czmq-devel libuuid-devel jansson-devel lz4-devel hwloc-devel sqlite-devel lua lua-devel lua-posix python36-devel python36-cffi python36-yaml python36-jsonschema python3-sphinx aspell aspell-en valgrind-devel mpich-devel jq
82+
yum install autoconf automake libtool make pkgconfig glibc-devel zeromq4-devel czmq-devel libuuid-devel jansson-devel lz4-devel libarchive-devel hwloc-devel sqlite-devel lua lua-devel lua-posix python36-devel python36-cffi python36-yaml python36-jsonschema python3-sphinx aspell aspell-en valgrind-devel mpich-devel jq
8283
```
8384

8485
##### Installing Ubuntu Packages
8586
```
86-
apt install autoconf automake libtool make pkg-config libc6-dev libzmq3-dev libczmq-dev uuid-dev libjansson-dev liblz4-dev libhwloc-dev libsqlite3-dev lua5.1 liblua5.1-dev lua-posix python3-dev python3-cffi python3-yaml python3-jsonschema python3-sphinx aspell aspell-en valgrind libmpich-dev jq
87+
apt install autoconf automake libtool make pkg-config libc6-dev libzmq3-dev libczmq-dev uuid-dev libjansson-dev liblz4-dev libarchive-dev libhwloc-dev libsqlite3-dev lua5.1 liblua5.1-dev lua-posix python3-dev python3-cffi python3-yaml python3-jsonschema python3-sphinx aspell aspell-en valgrind libmpich-dev jq
8788
```
8889

8990
##### Building from Source

0 commit comments

Comments
 (0)