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
|
instructions on compiling with fewer features or requesting
|
||||||
a smaller language on startup.
|
a smaller language on startup.
|
||||||
|
|
||||||
Chibi-Scheme is known to work on **32** and **64-bit** Linux,
|
Chibi-Scheme is known to work on **32** and **64-bit** Linux, FreeBSD,
|
||||||
FreeBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android,
|
NetBSD and OS X, Plan 9, Windows (using Cygwin), iOS, Android, ARM and
|
||||||
ARM and [Emscripten](https://kripken.github.io/emscripten-site).
|
[Emscripten](https://kripken.github.io/emscripten-site). Basic
|
||||||
Basic support for native Windows desktop also exists. See
|
support for native Windows desktop also exists. See README-win32.md
|
||||||
README-win32.md for details and build instructions.
|
for details and build instructions.
|
||||||
|
|
||||||
To build on most platforms just run `make && make test`. This will
|
To build on most platforms just run `make && make test`. This will
|
||||||
provide a shared library *libchibi-scheme*, as well as a sample
|
provide a shared library *libchibi-scheme*, as well as a sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue