aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 17:06:46 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 17:06:46 -0400
commita12f0a92275662a199a82a32565a69e2e069e342 (patch)
treeeaeda6df30ee541e32aa19cbb69d93f2ed9ed36a /README.md
parente599a5de39f1e5185bc038f5789938c72d9ef1b6 (diff)
Update readme dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 730613dc..8df1a395 100644
--- a/README.md
+++ b/README.md
@@ -84,14 +84,15 @@ of many language features or the other example programs/modules in
Tomo has a very small set of dependencies:
+- GCC version 12 or higher (might work on lower versions, but has not been tested)
- The [Boehm garbage collector](https://www.hboehm.info/gc/) for runtime
garbage collection.
- [libunistring](https://www.gnu.org/software/libunistring/) for unicode
- string support.
+ string support (version 1.0 or higher)
- [GNU multiple precision arithmetic library](https://gmplib.org/manual/index)
- for arbitrary precision integer math.
+ for arbitrary precision integer math (version 6.2.1 or higher)
+- [Patchelf](https://github.com/NixOS/patchelf) for building tomo libraries
- [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, libunistring, and binutils should be available on your package