Skip to content

Commit

Permalink
chore: update steps to build plugin on Mac (#459)
Browse files Browse the repository at this point in the history
* update required CMake version for building on Mac

gitignore:
* ignore XCode build files
  • Loading branch information
sindharta authored Oct 28, 2021
1 parent 249d75c commit 14ebd92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ Plugin~/Build/x64/**
Plugin~/Build/DerivedData
Plugin~/Build/*.build/*
Plugin~/Build/Src/**
Plugin~/Build/build/XCBuildData/**


2 changes: 1 addition & 1 deletion Plugin~/Docs/en/BuildPlugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The build process will try to link againts Poco's release libraries in the follo
xcode-select --install
```
1. Install [Homebrew](https://brew.sh/).
1. Install [cmake](https://cmake.org/) version 3.18 or later.
1. Install [cmake](https://cmake.org/) version 3.20.4 or later.
```
brew install cmake
```
Expand Down

0 comments on commit 14ebd92

Please sign in to comment.