You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Installation/Alternatives/macOS-Development-Setup.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ You need the following things installed to build ROS 2:
29
29
#.
30
30
**Xcode**
31
31
32
-
* If you don't already have it installed, install Xcode.
32
+
* If you don't already have it installed, install [Xcode](https://apps.apple.com/app/xcode/id497799835).
33
33
* Note: Versions of Xcode later than 11.3.1 can no longer be installed on macOS Mojave, so you will need to install an older version manually, see: https://stackoverflow.com/a/61046761
34
34
* Also, if you don't already have it installed, install the Command Line Tools:
35
35
@@ -71,12 +71,12 @@ You need the following things installed to build ROS 2:
71
71
.. code-block:: bash
72
72
73
73
# Add the openssl dir for DDS-Security
74
-
# if you are using ZSH, then replace '.bashrc' with '.zshrc'
0 commit comments