From 7f44e0d77373d808305264d6566a6db113c609a7 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Wed, 26 Jun 2024 15:57:47 +0200 Subject: [PATCH] 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) --- doc/rados/api/librados-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``: -- 2.39.5