From 4ab77f3d24ad964643352d8bec95c6e4f4c11897 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 19 Jan 2024 20:47:23 -0800 Subject: [PATCH] Added section on missing SDK [skip ci] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 31070a4..358ed23 100644 --- a/README.md +++ b/README.md @@ -603,6 +603,10 @@ sudo apt install postgresql-server-dev-16 Note: Replace `16` with your Postgres server version +### Missing SDK + +If compilation fails and includes `warning: no such sysroot directory` on Mac, reinstall Xcode Command Line Tools. + ### Windows Support for Windows is currently experimental. Ensure [C++ support in Visual Studio](https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#download-and-install-the-tools) is installed, and run: