diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 23:21:44 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-09 23:21:44 -0500 |
| commit | fcd1381e3d619b39d0830fc6019078a9282325b3 (patch) | |
| tree | 9b5070435fa53121c804d0b162653285ce20e7eb /README.md | |
| parent | beb929484b32eda79d0cc3f272120f1c852af296 (diff) | |
Minor cleanups to get compilation working on clang
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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`). |
