aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-07-05 00:37:01 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-07-05 00:37:01 -0400
commit6ba91c1f64ee787c396210260d39f054cbe77dbb (patch)
treee3ea3677c22083d4e61d7491fd681ed933261611 /README.md
parentf8932d9dac623ca0c05a821566a55809aaeba087 (diff)
Mention binutils in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files 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