From 0e1e3ec99ec0420ff5398b34b9a3f06daff6d103 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 25 Sep 2021 08:44:03 -0600 Subject: [PATCH] Update build documentation with latest SDK version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52990a2..7ef893e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Compile Rack plugins for Mac, Windows, and Linux with a single command on any Li Clone this repository in a path without spaces, or the Makefile will break. -Obtain `MacOSX10.13.sdk.tar.xz` (or `.bz2`, either works) using the instructions at https://github.com/tpoechtrager/osxcross#packaging-the-sdk, and place it in the root of this repository. -You must have access to Mac 10.13 to generate this SDK package. +Obtain `MacOSX11.1.sdk.tar.xz` (or `.bz2`, either works) using the instructions at https://github.com/tpoechtrager/osxcross#packaging-the-sdk, and place it in the root of this repository. +You must have access to a Mac with Xcode 12.4 to generate this SDK package. There are two ways to build the toolchains: - Locally on Linux: Uses your system's compilers to build the toolchains.