Skip to content

Commit 320b3f8

Browse files
committed
librdkafka and update readme
1 parent 8ffdff4 commit 320b3f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Brewfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
brew 'librdkafka'
2+
13
brew 'rustup'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ workspace with multiple features, so when running building or running tests
4242
always make sure to pass the `--all` and `--all-features` flags.
4343
The `processing` feature additionally requires a C compiler and CMake.
4444

45-
To install the development environment, librdkafka must be installed and on the
46-
path. On macOS, we require to install it with `brew install librdkafka`, as the installation script uses `brew --prefix` to determine the correct location.
45+
To install the development environment, run `devenv sync`.
46+
([Install devenv](https://github.com/getsentry/devenv/?tab=readme-ov-file#install) if you haven't already.)
4747

4848
We use VSCode for development. This repository contains settings files
4949
configuring code style, linters, and useful features. When opening the project

0 commit comments

Comments
 (0)