Skip to content

Commit e7541c9

Browse files
Leonid Ryzhykryzhyk
authored andcommitted
CONTRIBUTING.md: Fix Dependencies section
* Typo libdev-ssl -> libssl-dev * Fix indentation (which make it look like cmake is part of the Rust toolchain for example) * Added link to bun installation page Signed-off-by: Leonid Ryzhyk <leonid@feldera.com>
1 parent b6613a8 commit e7541c9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ Our team develops and tests using Linux and MacOS. Windows Subsystem for Linux w
1515
The Feldera container images and CI workflows use Linux. You can see our setup in
1616
our [Dockerfile](deploy/Dockerfile) and [Earthfile](Earthfile).
1717

18-
Our known dependencies are:
18+
Our dependencies are:
1919

2020
- Runtime
2121
- a Rust tool chain (install rustup and the default toolchain)
2222
- this will need a C and C++ compiler installed (e.g., gcc, gcc++)
23-
- cmake
24-
- libdev-ssl
23+
- cmake
24+
- libssl-dev
2525
- SQL Compiler
2626
- a Java Virtual Machine (at least Java 19)
27-
- maven
27+
- maven
2828
- graphviz
2929
- Cloud
3030
- Python 3
3131
- Redpanda or Kafka
3232
- Earthly (https://earthly.dev/get-earthly)
3333
- Web Console
34-
- Bun
34+
- Bun (https://bun.sh/docs/installation)
3535

3636
Additional dependencies are automatically installed by the Rust,
3737
maven, Python, and TypeScript build tools.

0 commit comments

Comments
 (0)