diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-05 00:37:01 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-05 00:37:01 -0400 |
| commit | 6ba91c1f64ee787c396210260d39f054cbe77dbb (patch) | |
| tree | e3ea3677c22083d4e61d7491fd681ed933261611 /README.md | |
| parent | f8932d9dac623ca0c05a821566a55809aaeba087 (diff) | |
Mention binutils in readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
