Skip to content

Commit

Permalink
Merge pull request #1 from Lianghuajian/support_xcode15
Browse files Browse the repository at this point in the history
Add instructions for installing cmake, ninja, and zstd to build OCLint to README
  • Loading branch information
Lianghuajian authored Sep 24, 2024
2 parents 82bb76b + 5b99494 commit e1b0184
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ It looks for potential problems that aren't visible to compilers, for example:

For more information, visit https://oclint.org

Make sure you have install cmake, ninja ,zstd
```
brew install cmake
brew install ninja
brew install zstd
```

Clone the repository branch that supports Xcode 16 on arm64 Mac
```
git clone -b support_Xcode16 https://github.com/Lianghuajian/oclint.git oclint
Expand Down

0 comments on commit e1b0184

Please sign in to comment.