File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ czmq-devel | libczmq-dev | >= 3.0.1 |
5050jansson-devel | libjansson-dev | >= 2.6 |
5151libuuid-devel | uuid-dev | |
5252lz4-devel | liblz4-dev | |
53+ libarchive-devel | libarchive-dev | |
5354ncurses-devel | libncurses-dev | |
5455hwloc-devel | libhwloc-dev | >= v1.11.1 |
5556sqlite-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
You can’t perform that action at this time.
0 commit comments