From fcd1381e3d619b39d0830fc6019078a9282325b3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2024 23:21:44 -0500 Subject: Minor cleanups to get compilation working on clang --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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`). -- cgit v1.2.3