aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-12 13:44:04 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-12 13:44:04 -0400
commit90a323e3b34cfecdf9df55d8a03d03649609f162 (patch)
treec9dcf3b40e6b0de736f0c38864383a01b369439c /README.md
parentba555a8aca47a78acb173780fd252b19d3cdd36e (diff)
Replace addr2line with libbacktrace to get improved stack traces
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f7666b4..f8c07433 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Tomo has a very small set of dependencies:
- [GNU multiple precision arithmetic library](https://gmplib.org/manual/index)
for arbitrary precision integer math (version 6.2.1 or higher)
- [Patchelf](https://github.com/NixOS/patchelf) for building tomo libraries
-- [Binutils](https://www.gnu.org/software/binutils/) for stack traces.
+- [libbacktrace](https://github.com/ianlancetaylor/libbacktrace) for stack traces.
- and libc/libm, which should definitely already be installed.
If you're feeling incautious, you can run `make deps` or