Skip to content

Commit

Permalink
Merge pull request #533 from kasenvr/fix/osx-build-guide-updates
Browse files Browse the repository at this point in the history
Update BUILD_OSX.md
  • Loading branch information
two-one-five authored Jul 14, 2020
2 parents c2e350e + 9c9ab80 commit 69aa611
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BUILD_OSX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build OSX

*Last Updated on July 3, 2020*
*Last Updated on July 13, 2020*

Please read the [general build guide](BUILD.md) for information on dependencies required for all platforms. Only macOS specific instructions are found in this document.

Expand Down Expand Up @@ -28,7 +28,9 @@ For OpenSSL installed via homebrew, set OPENSSL_ROOT_DIR via

### Xcode

If Xcode is your editor of choice, you can ask CMake to generate Xcode project files instead of Unix Makefiles.
If Xcode is your editor of choice, you can ask CMake to generate Xcode project files instead of Unix Makefiles. You will need to select the Xcode installation in the terminal first if you have not done so already.

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

cmake .. -G Xcode

Expand Down

0 comments on commit 69aa611

Please sign in to comment.