aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-30 20:45:39 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-30 20:45:39 -0400
commitcd7db542748d4ae8262e2fcb4a71c94c87ebf0e7 (patch)
tree4bb2532b393f59d1e3476ac486a908fc3f89cd33
parentb516d8c7c6403f1a5f67eddbfd96150c9d71ae09 (diff)
Update dependencies docs
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 503854f1..a922aeab 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,8 @@ Tomo has a very small set of dependencies:
string support (version 1.0 or higher)
- [GNU multiple precision arithmetic library](https://gmplib.org/manual/index)
for arbitrary precision integer math (version 6.2.1 or higher)
-- [libbacktrace](https://github.com/ianlancetaylor/libbacktrace) for stack traces.
+- [Binutils](https://www.gnu.org/software/binutils/) to use `addr2line` for
+ stack traces.
- and libc/libm, which should definitely already be installed.
If you're feeling incautious, you can run `make deps` or