Skip to content

Commit

Permalink
macOS: use tinyxml1 formula (#4091)
Browse files Browse the repository at this point in the history
The tinyxml formula is about to be deprecated,
so switch to an alternate tinyxml1 formula
hosted in the osrf/simulation tap.

Signed-off-by: Steve Peters <[email protected]>
(cherry picked from commit 7956a5e)

# Conflicts:
#	source/Installation/Alternatives/macOS-Development-Setup.rst
  • Loading branch information
scpeters authored and mergify[bot] committed Jan 8, 2024
1 parent 1d9da37 commit 7687cac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/Installation/Alternatives/macOS-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ You need the following things installed to build ROS 2:

.. code-block:: bash
<<<<<<< HEAD
brew install asio assimp bison bullet cmake console_bridge cppcheck \
cunit eigen freetype graphviz opencv openssl orocos-kdl pcre poco \
pyqt5 python qt@5 sip spdlog tinyxml tinyxml2
=======
brew install asio assimp bison bullet cmake console_bridge cppcheck \
cunit eigen freetype graphviz opencv openssl orocos-kdl pcre poco \
pyqt5 python qt@5 sip spdlog osrf/simulation/tinyxml1 tinyxml2
>>>>>>> 7956a5e4 (macOS: use tinyxml1 formula (#4091))

#.
Setup some environment variables:
Expand Down

0 comments on commit 7687cac

Please sign in to comment.