Patch from Vasil Sarafov clarifying DragonFlyBSD support.

This commit is contained in:
Alex Shinn 2024-12-24 21:47:05 +09:00
parent 68383d6359
commit 1368a748a5
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ see the manual for instructions on compiling with fewer features or
requesting a smaller language on startup. requesting a smaller language on startup.
Chibi-Scheme is known to work on **32** and **64-bit** Linux, FreeBSD, Chibi-Scheme is known to work on **32** and **64-bit** Linux, FreeBSD,
NetBSD, OpenBSD and OS X, Plan 9, Windows, iOS, Android, NetBSD, OpenBSD, DragonFlyBSD, OS X, Plan 9, Windows, iOS, Android,
ARM and [Emscripten](https://kripken.github.io/emscripten-site). Basic ARM and [Emscripten](https://kripken.github.io/emscripten-site). Basic
support for native Windows desktop also exists. See README-win32.md support for native Windows desktop also exists. See README-win32.md
for details and build instructions. for details and build instructions.

View file

@ -29,7 +29,7 @@ best and customize the rest. Adding your own primitives or wrappers
around existing C libraries is easy with the C FFI. around existing C libraries is easy with the C FFI.
Chibi is known to build and run on 32 and 64-bit Linux, OpenBSD, FreeBSD, Chibi is known to build and run on 32 and 64-bit Linux, OpenBSD, FreeBSD,
DragonFly, OS X, iOS, Windows (under Cygwin) and Plan9. DragonFlyBSD, OS X, iOS, Windows (under Cygwin) and Plan9.
\section{Installation} \section{Installation}