From 6ba91c1f64ee787c396210260d39f054cbe77dbb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 5 Jul 2024 00:37:01 -0400 Subject: Mention binutils in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5d20f27..e0e19e45 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,12 @@ Tomo has a very small set of dependencies: garbage collection. - [libunistring](https://www.gnu.org/software/libunistring/) for unicode string support. +- [Binutils](https://www.gnu.org/software/binutils/) for stack traces. - a C compiler - and libc/libm, which should definitely already be installed. -The Boehm GC and libunistring should be available on your package manager of -choice (for example, `pacman -S gc libunistring`). +The Boehm GC, libunistring, and binutils should be available on your package +manager of choice (for example, `pacman -S gc libunistring binutils`). ## Building -- cgit v1.2.3