From 03341c7e60456eaef8e95ac17f1ccef3570469b3 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 27 Feb 2020 13:57:38 -0500 Subject: [PATCH] docs: Add FreeBSD to supported platforms Fixes #195 --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index e24d36d..298aec7 100644 --- a/README +++ b/README @@ -5,6 +5,7 @@ This project has successfully been compiled and run on * Windows (x86 and amd64) * Linux (x86, amd64 and ARM) * Illumos (x86 and amd64) + * FreeBSD (x86 and ARM) The following compilers have been confirmed to be working: MS Visual C++ 6.0 (all on x86 and amd64)