From 46b064d003fba552f696e4a788207c018818e59e Mon Sep 17 00:00:00 2001 From: jdh Date: Sun, 13 Jun 2021 19:00:06 +0200 Subject: [PATCH] Added POSIX compliance notice to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0c1b171..4dc44f6 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,11 @@ F (7): flags (LSB to MSB) See [the spec](SPEC.txt) for more information. ## Toolchain +Compile with `make` + +**Please note** that this software requires POSIX headers/compliance from the host system. +Good luck compiling on Windows. + ### **Assembler** ([`asm`](./asm)) `./bin/asm [-h] [--help] [-v] [--verbose] [-n] [--no-builtin-macros] [-o file] file`