From de1b1032e8e7a43b7dd717d1e4d7bd0ef2dfaf19 Mon Sep 17 00:00:00 2001 From: Sirraide Date: Sun, 29 Oct 2023 21:00:57 +0100 Subject: [PATCH] [README] Add note on platform support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cef895e..b7149e5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ can try modifying a few lines and running `fchk test/basic.txt` to see what happ To run the program, simply add some tests (and a `R` directive) to a file, and run `fchk` on it. +This program runs on Linux and Windows, though it is mainly developed on Linux. MacOS should work +but is untested. Building with MSVC is supported. + ## Build This program uses CMake and requires an up-to-date C++23 compiler. Dependencies (fmtlib and PCRE2) are downloaded automatically. To build it, just add it as a subdirectory to your CMake project or