mirror of https://github.com/ceph/go-ceph
parent
db3a21808f
commit
517434f084
|
@ -34,6 +34,12 @@ On rpm based systems (dnf, yum, etc) these may be:
|
||||||
libcephfs-devel librbd-devel librados-devel
|
libcephfs-devel librbd-devel librados-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On MacOS you can use brew to install the libraries:
|
||||||
|
```sh
|
||||||
|
brew tap mulbc/ceph-client
|
||||||
|
brew install ceph-client
|
||||||
|
```
|
||||||
|
|
||||||
NOTE: CentOS users may want to use a
|
NOTE: CentOS users may want to use a
|
||||||
[CentOS Storage SIG](https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph)
|
[CentOS Storage SIG](https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph)
|
||||||
repository to enable packages for a supported ceph version.
|
repository to enable packages for a supported ceph version.
|
||||||
|
|
Loading…
Reference in New Issue