Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lianghuajian authored Sep 24, 2024
1 parent 202539b commit f9727a0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ 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 15 on arm64 Mac
```
git clone -b support_xcode15 https://github.com/Lianghuajian/oclint.git oclint
cd oclint/oclint-scripts && ./make && cd ..
```
```

0 comments on commit f9727a0

Please sign in to comment.