aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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