Update README.md

pull/4837/head
STetsing 6 months ago committed by GitHub
parent 2677e3ccc8
commit a82fa25bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save