File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ You will need to have [Homebrew](https://brew.sh/) installed to run the followin
1616$ brew install gcc
1717```
1818
19+ You will also need to make sure ` xcode ` is installed.
20+ ```
21+ $ xcode-select --install
22+ ```
23+
1924### Node Runtime and Package Manager
2025
2126We recommend using NVM to manage your Node runtime. It allows you to easily switch versions and update Node.
@@ -84,4 +89,4 @@ $ cargo install tauri-bundler --force
8489
8590## Continue
8691
87- Now that you have set up the MacOS-specific dependencies for Tauri, learn how to [ add Tauri to your project] ( /docs/usage/development/integration ) .
92+ Now that you have set up the MacOS-specific dependencies for Tauri, learn how to [ add Tauri to your project] ( /docs/usage/development/integration ) .
You can’t perform that action at this time.
0 commit comments