-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mabel Zhang <[email protected]>
- Loading branch information
1 parent
acc5178
commit 8f2fde6
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ brew install assimp boost bullet cmake cppzmq [email protected] doxygen eigen fcl f | |
``` | ||
|
||
`[email protected]` and `qt@5` are not sym-linked. To use those dependencies when building | ||
`gz-physics6` and `gz-gui8`, run the following after installation: | ||
`gz-physics7` and `gz-gui8`, run the following after installation: | ||
|
||
For Macs with Intel processors, add them to `/usr/local`: | ||
|
||
|
@@ -105,7 +105,7 @@ export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/opt/[email protected]/lib/pkgc | |
export CMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}:/usr/local/opt/qt@5 | ||
``` | ||
|
||
Note if you are on an ARM based Apple Silicon Mac machine, you will need to add them to /opt/homebrew instead: | ||
Note if you are on an ARM based Apple Silicon Mac machine, you will need to add them to `/opt/homebrew` instead: | ||
|
||
```bash | ||
# [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters