From c2615bc906fa2389c07d60e4c5bb4bc578cbfeae Mon Sep 17 00:00:00 2001 From: Kris Katterjohn Date: Sun, 10 Mar 2019 15:03:48 -0500 Subject: [PATCH] Note that chibi works on OpenBSD in the README I have been successfully building and using chibi on both 32-bit and 64-bit OpenBSD for over a year. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40ea7cda..d356e92f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ instructions on compiling with fewer features or requesting a smaller language on startup. Chibi-Scheme is known to work on **32** and **64-bit** Linux, FreeBSD, -NetBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android, ARM and -[Emscripten](https://kripken.github.io/emscripten-site). Basic +NetBSD, OpenBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android, +ARM and [Emscripten](https://kripken.github.io/emscripten-site). Basic support for native Windows desktop also exists. See README-win32.md for details and build instructions.