aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 23:33:22 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 23:33:22 -0400
commitf8e2916712ee6e979f6d88e1e5d467539be51097 (patch)
tree41b3949cce78afe0772efeaf8a6ae042da16f8ca /README.md
parente717f9f6aaaedf2fa0b8c6dac2aaae5bc5ad8c30 (diff)
Added autoinstaller for deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 59ea2abe..98dc31b2 100644
--- a/README.md
+++ b/README.md
@@ -95,8 +95,10 @@ Tomo has a very small set of dependencies:
- [Binutils](https://www.gnu.org/software/binutils/) for stack traces.
- and libc/libm, which should definitely already be installed.
-The Boehm GC, libunistring, and binutils should be available on your package
-manager of choice (for example, `pacman -S gc libunistring binutils`).
+If you're feeling incautious, you can run `make deps` or
+`./install_dependencies.sh` to install all the necessary dependencies. I can't
+guarantee this works on all platforms, but has a reasonably high chance of
+success.
## Building