From a82fa25bb17507ffa6c3f12614b77ec1439a8f76 Mon Sep 17 00:00:00 2001 From: STetsing <41009393+STetsing@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:10:46 +0200 Subject: [PATCH] Update README.md --- apps/remixdesktop/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remixdesktop/README.md b/apps/remixdesktop/README.md index 6b569662e0..bd1efb612c 100644 --- a/apps/remixdesktop/README.md +++ b/apps/remixdesktop/README.md @@ -12,7 +12,7 @@ It will not however reload electron code. You need to rerun yarn start:dev every If you run into issues with yarn when native node modules are being rebuilt you need - Windows: install Visual Studio Tools with Desktop Development C++ enabled in the Workloads -- MacOS: install Xcode or Xcode Command Line Tools +- MacOS: install Xcode or Xcode Command Line Tools. Also make sure the compilers (clang++ | g++) target the right sdk includes, ```export SDKROOT="xcrun --show-sdk-path"``` - Linux: unknown, probably a C++ compiler