Skip to content

Commit

Permalink
doc: be more clear why ruby is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Aug 4, 2024
1 parent 9a5177e commit 2023bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ cmake --install build-hipo
### 🟩 Optional: `ruby`: programming language
<https://www.ruby-lang.org/en/>
- Likely available in your package manager, likely as `ruby`
- This is needed by [`chameleon`](/src/chameleon) for generating language bindings, which you need
if you intend to use Iguana with languages other than C++
- This is only needed if you intend to use Iguana with languages other than C++
- Bindings to other programming languages are generated by [`chameleon`](/src/chameleon), a local Ruby program

### 🟩 Optional: `ROOT`: Data analysis framework
<https://root.cern.ch/>
Expand Down

0 comments on commit 2023bd6

Please sign in to comment.