diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 23:33:22 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 23:33:22 -0400 |
| commit | f8e2916712ee6e979f6d88e1e5d467539be51097 (patch) | |
| tree | 41b3949cce78afe0772efeaf8a6ae042da16f8ca /README.md | |
| parent | e717f9f6aaaedf2fa0b8c6dac2aaae5bc5ad8c30 (diff) | |
Added autoinstaller for deps
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
