Skip to content

Commit

Permalink
*: Update the description of MacOS build (#9326)
Browse files Browse the repository at this point in the history
close #9315

*: Update the description of MacOS build
  • Loading branch information
JaySon-Huang authored Aug 15, 2024
1 parent 7d5f4ce commit 14ed7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 2 additions & 11 deletions release-darwin/README.md
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)

0 comments on commit 14ed7c0

Please sign in to comment.