aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-09 23:21:44 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-09 23:21:44 -0500
commitfcd1381e3d619b39d0830fc6019078a9282325b3 (patch)
tree9b5070435fa53121c804d0b162653285ce20e7eb /README.md
parentbeb929484b32eda79d0cc3f272120f1c852af296 (diff)
Minor cleanups to get compilation working on clang
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e6c9b8c..950dff41 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,9 @@ func greeting(name:Text)->Text
```
Check out the [test/](test/) folder to see some examples.
+
+## Dependencies
+
+Tomo uses the [Boehm garbage collector](https://www.hboehm.info/gc/) for
+runtime garbage collection (which is available from your package manager of
+choice, for example: `pacman -S gc`).