From: Pere Diaz Bou Date: Wed, 26 Jun 2024 13:57:47 +0000 (+0200) Subject: doc/rados: update how to install c++ header files X-Git-Tag: v18.2.5~574^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9b108fb67298d74fcbc28d3c573f9e61fefbbab1;p=ceph.git doc/rados: update how to install c++ header files 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 (cherry picked from commit 7e87441601db2379488fab62e900cd834086f26d) --- diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index b863efc9e681a..e37620fc1119c 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -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``: