Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
Summary: Just making this coherent with the instructions in the other `building_for_...` documents

Reviewed By: janherling

Differential Revision: D59527723

fbshipit-source-id: 9d618293b9b2fab7ca1513d39f749b8851dfb32a
  • Loading branch information
enpe authored and facebook-github-bot committed Jul 9, 2024
1 parent 8ab07d9 commit 7a34c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions building_for_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This document describes the process to build Ocean for macOS. It covers:
The easiest way to build the third-party libraries is by using the provided build script, [`build/cmake/build_thirdparty_linuxunix.sh`](build/cmake/build_thirdparty_linuxunix.sh). By default, this will build all third-party libraries in both debug and release configurations. Each of these will be built with static as well as dynamic linking. To build a specific configuration, use the parameters `--config BUILD_TYPE` and `--link LINKING_TYPE`. For example to build only the static debug and release configurations, run:

```
cd ${OCEAN_DEVELOPMENT_PATH}
./build/cmake/build_thirdparty_linuxunix.sh -c debug,release -l static -b "${HOME}/build_ocean_thirdparty" -i "${HOME}/install_ocean_thirdparty"
```

Expand Down

0 comments on commit 7a34c2c

Please sign in to comment.