1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-27 09:09:10 +00:00

Fix a couple of README typos. (#291)

This commit is contained in:
Bruce Mitchener
2021-01-25 12:46:31 +07:00
committed by GitHub
parent 19f6767e55
commit 0e9c6ba777

View File

@@ -13,13 +13,14 @@ See [the Medley repository](https://github.org/Interlisp/medley) for
Bug reports, feature requests, fixes and improvements, support for additional platforms and hardware are all welcome.
## ## Development Platforms
## Development Platforms
We are developing on FreeBSD, Linux, MacOS, and Solaris currently
on arm7l, arm64, PowerPC, SPARC, i386, and x86_64 hardware.
## Building Maiko
Building requires `clang`, `make`, X11 client libraries (`libx11-dev`). For example,
``` sh
@@ -44,6 +45,6 @@ For the new arm64 MacOS 11, you'll need https://x.org which you can get via MacP
### Building for Windows 10
Windows 10 currently requires "Docker for Desktop" or WSL2 -- basically a Linux virtual machine -- and and a (Windows X-server).
Windows 10 currently requires "Docker for Desktop" or WSL2 -- basically a Linux virtual machine -- and a (Windows X-server).
See [Medley's README](https://github.com/Interlisp/medley/blob/master/README.md) for more.