From fd8bff9ea6184c806064df3978fe358d3c5666da Mon Sep 17 00:00:00 2001 From: highway900 Date: Thu, 15 Aug 2019 19:47:18 +1000 Subject: [PATCH] Update OSX instructions in README.md (#9) * Update README.md Add OSX shader compiling instructions caveats. * Update README.md Move change to Mac section because it did not need to be 2 sections. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index edddd1a..9fcde39 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ to default = ["metal"] ``` +If using OSX and Metal you will require full XCode installed from the Appstore in order to compile metal shaders. +After install you may be required to run this command `sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer` [reference gfx-rs issue](https://github.com/gfx-rs/gfx/issues/2472) + #### For Linux Users You might need to install some dependencies. Please refer to [this section](https://github.com/amethyst/amethyst#dependencies) of the README for more details.