mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 13:19:18 +02:00
Patch from Vasil Sarafov clarifying DragonFlyBSD support.
This commit is contained in:
parent
68383d6359
commit
1368a748a5
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ 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,
|
||||
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
|
||||
support for native Windows desktop also exists. See README-win32.md
|
||||
for details and build instructions.
|
||||
|
|
|
@ -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.
|
||||
|
||||
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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue