From 6aa579a03944786b21f62056222e2579c704b4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20J=C3=A4hrling?= Date: Sat, 9 May 2020 00:29:29 +0200 Subject: [PATCH] document requirements --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b41a5ab..19796af 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,13 @@ def val-or-0 (^int :: int) [has:[@] else:[0]] ``` -## Questions +## Requirements -You discuss it on [/r/concatenative](https://old.reddit.com/r/concatenative) for now. +- `nasm` as assembler (`pkg_add nasm`) +- a linker (GNU ld / ld.bfd, part of OpenBSD base) +- the current compiler is written in Ruby, this will be replaced eventually + +## Questions? + +You can discuss it on [/r/concatenative](https://old.reddit.com/r/concatenative) for now. Hint: Use i.redit.com on mobile to get a decent experience.