]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: update how to install c++ header files 58307/head
authorPere Diaz Bou <pere-altea@hotmail.com>
Wed, 26 Jun 2024 13:57:47 +0000 (15:57 +0200)
committerZac Dover <zac.dover@proton.me>
Thu, 27 Jun 2024 12:21:52 +0000 (22:21 +1000)
In this example librados2-devel only install C header files on fedora 40,
therefore I added libradospp-devel to the command to include C++ header files.

Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
(cherry picked from commit 7e87441601db2379488fab62e900cd834086f26d)

doc/rados/api/librados-intro.rst

index b863efc9e681ad705bc2c681b46811abc9c2eb9b..e37620fc1119cf0b9ebd343aacaf2b679ebb0474 100644 (file)
@@ -56,7 +56,7 @@ distributions, execute the following:
 
 .. prompt:: bash $
 
-   sudo yum install librados2-devel
+   sudo yum install librados2-devel libradospp-devel
 
 Once you install ``librados`` for developers, you can find the required 
 headers for C/C++ under ``/usr/include/rados``: