Skip to content

Commit

Permalink
[README] Add note on platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirraide committed Oct 29, 2023
1 parent 519559e commit de1b103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de1b103

Please sign in to comment.