Skip to content

Commit

Permalink
Merge pull request flux-framework#4133 from grondo/issue#4002
Browse files Browse the repository at this point in the history
README: add libc development packages in requirements
  • Loading branch information
mergify[bot] authored Feb 15, 2022
2 parents a0bfb7f + 4adc8c7 commit 10ad36b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ automake | automake | |
libtool | libtool | |
make | make | |
pkgconfig | pkg-config | |
glibc-devel | libc6-dev | |
zeromq4-devel | libzmq3-dev | >= 4.0.4 |
czmq-devel | libczmq-dev | >= 3.0.1 |
jansson-devel | libjansson-dev | >= 2.6 |
Expand Down Expand Up @@ -77,12 +78,12 @@ jq | jq |

##### Installing RedHat/CentOS Packages
```
yum install autoconf automake libtool make pkgconfig 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
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
```

##### Installing Ubuntu Packages
```
apt install autoconf automake libtool make pkg-config 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
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
```

##### Building from Source
Expand Down

0 comments on commit 10ad36b

Please sign in to comment.