mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
noting NetBSD support (thanks Riastradh)
This commit is contained in:
parent
b782ee575b
commit
74eb616c50
1 changed files with 5 additions and 5 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Add table
Reference in a new issue