Skip to content

Commit

Permalink
doc: remove cmake instructions from dataframe doc
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 22, 2024
1 parent 102944b commit baed384
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions extensions/dataframes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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).
data analysis. [See more details on the ROOT website](https://root.cern/doc/master/classROOT_1_1RDataFrame.html).

0 comments on commit baed384

Please sign in to comment.