aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 9906ce8..969c4ca 100644
--- a/README.md
+++ b/README.md
@@ -38,19 +38,19 @@ Instructions are included for local and Docker builds.
### Dependencies
STG is written in C++20. It is known to compile with GCC 11, Clang 15 or
-later versions.
-
-| *Dependency* | *Debian* | *RedHat* |
-| ------------- | ----------------- | ----------------- |
-| build | cmake | cmake |
-| ELF, BTF | libelf-dev | elfutils-devel |
-| DWARF | libdw-dev | elfutils-devel |
-| XML | libxml2-dev | libxml2-devel |
-| BTF | linux-libc-dev | kernel-headers |
-| native format | libprotobuf-dev | protobuf-devel |
-| native format | protobuf-compiler | protobuf-compiler |
-| allocator[^1] | libjemalloc-dev | jemalloc-devel |
-| catch2[^2] | catch2 | catch2-devel |
+later versions. Mininum requirements for a local build are:
+
+| *Dependency* | *Debian* | *RedHat* | *Version* |
+| ------------- | ----------------- | ----------------- | --------- |
+| build | cmake | cmake | 3.14 |
+| ELF, BTF | libelf-dev | elfutils-devel | 0.189 |
+| DWARF | libdw-dev | elfutils-devel | 0.189 |
+| XML | libxml2-dev | libxml2-devel | 2.9 |
+| BTF | linux-libc-dev | kernel-headers | 5.19 |
+| native format | libprotobuf-dev | protobuf-devel | 3.19 |
+| native format | protobuf-compiler | protobuf-compiler | 3.19 |
+| allocator[^1] | libjemalloc-dev | jemalloc-devel | 5 |
+| catch2[^2] | catch2 | catch2-devel | 2 (only) |
[^1]: jemalloc is optional, but will likely improve performance.
[^2]: catch2 is optional, but required to build the test suite.