From 089306a33de2ce816b39574ea83ccd55274b4526 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 21 Sep 2022 12:12:30 +0100 Subject: [PATCH] Mention full XCode install requirement on macOS and soften WSL ver. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8183defb0e1..8cc7f6ff6b3 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,18 @@ In theory, `workerd` should work on any POSIX system that is supported by V8. In practice, `workerd` is tested on Linux and macOS under x86-64 and arm64 architectures. On other platforms, you may have to do tinkering to make things work. -Windows users should run `workerd` under WSL2. +Windows users should run `workerd` under WSL (1 or 2). ### Building `workerd` To build `workerd`, you need: * [Bazel](https://bazel.build/) -* Clang 11+ (e.g. package `clang` on Debian Bullseye) -* libc++ 11+ (e.g. packages `libc++-dev` and `libc++abi-dev` on Debian Bullseye) +* On Linux: + * Clang 11+ (e.g. package `clang` on Debian Bullseye) + * libc++ 11+ (e.g. packages `libc++-dev` and `libc++abi-dev` on Debian Bullseye) +* On macOS: + * full XCode 13+ installation You may then build using: