From baed3841474c33af7e4afde5b8e31a5cc8505d53 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Thu, 22 Aug 2024 14:23:23 -0400 Subject: [PATCH] doc: remove cmake instructions from dataframe doc --- extensions/dataframes/README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/extensions/dataframes/README.md b/extensions/dataframes/README.md index b8f2809..5f78341 100644 --- a/extensions/dataframes/README.md +++ b/extensions/dataframes/README.md @@ -16,17 +16,8 @@ flag -DCMAKE_CXX_STANDARD=17, so that it has the RDataFrame library. ### Recommended Way It is recommended that you build the libHipoDataFrame.so -(.dylib on Mac) library together with the HIPO library using "cmake". - -Here are the steps: -```bash -git clone https://github.com/gavalian/hipo.git -cd hipo -mkdir build -cd build -cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/location .. -make -j8 install -``` +(.dylib on Mac) library together with the HIPO library using Meson. +See the [main README](/README.md) for guidance. This will install the hipo4 and HipoDataFrame libraries in `/path/to/install/location/lib` @@ -75,4 +66,4 @@ The result would be a histogram of the REC::Particle.px, i.e the x component of for all particles in the events. The ROOT RDataFrame is very versatile and is intended by the ROOT team as the future of -data analysis. [See more details on the ROOT website](https://root.cern/doc/master/classROOT_1_1RDataFrame.html). \ No newline at end of file +data analysis. [See more details on the ROOT website](https://root.cern/doc/master/classROOT_1_1RDataFrame.html).