]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: update how to install c++ header files 58309/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:22:05 +0000 (22:22 +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 667086187891253ffc298d74556d2192dc71aaea..85bd1106348207c8a8b8b0441176ad41235e5543 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``: