Skip to content

Commit d316bb6

Browse files
feat(setupMac): add xcode install note (tauri-apps#55)
Closes tauri-apps#53.
1 parent 4dc53f2 commit d316bb6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/getting-started/setup-macos.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2126
We 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).

0 commit comments

Comments
 (0)