-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: Update the description of MacOS build (#9326)
close #9315 *: Update the description of MacOS build
- Loading branch information
1 parent
7d5f4ce
commit 14ed7c0
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,7 @@ xcode-select --install | |
brew install ninja cmake [email protected] ccache | ||
``` | ||
|
||
If your MacOS is higher or equal to 13.0, it should work out of the box because by default Apple clang is 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. | ||
If your MacOS is higher or equal to 13.0 (Ventura), it should work out of the box because by default Xcode 14.3 provides Apple clang 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. | ||
|
||
```shell | ||
brew install llvm@17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
The executable files are located in `tiflash` dir. | ||
|
||
# Deploy Enviroument Requirements | ||
# Enviroument Requirements | ||
|
||
Following OS are tested OK | ||
|
||
* MacOS Catalina 10.15.5+ | ||
|
||
**NOTE** XCode version should be at least XCode 11 | ||
|
||
Your system needs to install | ||
|
||
* python 3.7 | ||
* openssl 1.1 | ||
Check the MacOS part of [Prepare Prerequisites](/README.md#1-prepare-prerequisites) |