Skip to content

Commit 19bc270

Browse files
authored
Merge pull request #646 from zmstone/docs-update-readme
docs: update readme to include cmake dependency
2 parents 877852a + bfe3387 commit 19bc270

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Why "brod"? [http://en.wikipedia.org/wiki/Max_Brod](http://en.wikipedia.org/wiki
3030

3131
## Building and testing
3232

33-
NOTE: Min Erlang/OTP version 22
33+
- Min Erlang/OTP version 24
34+
- CMake 4 which is required to build NIF for [crc32cer](https://github.com/kafka4beam/crc32cer)
3435

3536
```sh
3637
make compile

src/brod.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
{modules,[]},
1010
{licenses, ["Apache License 2.0"]},
1111
{links, [{"Github", "https://github.com/kafka4beam/brod"}]},
12-
{build_tools, ["rebar3"]},
12+
{build_tools, ["rebar3", "cmake"]},
1313
{files, ["src", "include", "rebar.config", "rebar.config.script",
1414
"README.md","LICENSE", "NOTICE", "Makefile"]}]}.

0 commit comments

Comments
 (0)