Skip to content

Commit

Permalink
Document required C-compiler for tremor builds.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <[email protected]>
  • Loading branch information
mfelsche authored and Licenser committed Jul 4, 2022
1 parent 3135100 commit 398a131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ When building Tremor from source, you are pretty much on your own. Good luck!

### Requirements

* Rust toolchain 1.60.0 - Install via [Rustup](https://rustup.rs/) or any other way you prefer
* Rust toolchain 1.62.0 - Install via [Rustup](https://rustup.rs/) or any other way you prefer
* CMake (Minimum supported version 3.2)
* A C/C++-compiler supporting at least 'ISO C++ 2020 DIS' standard, [clang](https://clang.llvm.org/) (as least version 10) is recommended.
* libclang (E.g. via ubuntu package: `libclang-dev`)
* The tremor sources obtained from our [Repository](https://github.com/tremor-rs/tremor-runtime)

Expand Down

0 comments on commit 398a131

Please sign in to comment.