From cdada3124c2fea9900ad7ad436a5c94df413b3e3 Mon Sep 17 00:00:00 2001 From: cancel Date: Wed, 12 Dec 2018 19:34:34 +0900 Subject: [PATCH] Update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 761194e..5632a24 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ Note: the core library for running an orca virtual machine *should* in theory bu The build script is in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper) and `clang`, and will automatically detect your compiler. -Currently known to build on macOS (`gcc`, `clang`) and Linux (`gcc`, `musl-gcc`, and `clang`, optionally with `LLD`). - -Not yet tested on Windows, but it's likely that it already works under `cygwin`. Further testing will be performed soon. +Currently known to build on macOS (`gcc`, `clang`) and Linux (`gcc`, `musl-gcc`, and `clang`, optionally with `LLD`), and Windows via cygwin or WSL (`gcc` or `clang`). There is a fire-and-forget `make` wrapper around the build script.