From 74eb616c50f4736aa012d934d1c69e785aeabfe5 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sat, 29 Dec 2018 10:51:46 +0800 Subject: [PATCH] noting NetBSD support (thanks Riastradh) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c962a445..40ea7cda 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ language is built in layers, however - see the manual for 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 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. +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 +support for native Windows desktop also exists. See README-win32.md +for details and build instructions. To build on most platforms just run `make && make test`. This will provide a shared library *libchibi-scheme*, as well as a sample