Skip to content

Commit

Permalink
Updates for modern macOS dev (backport ros2#4242) (ros2#4271)
Browse files Browse the repository at this point in the history
* Updates for modern macOS dev (ros2#4242)

* Updates for modern macOS dev

Latest version of pip is needed, as well as a few config flags to show where to find graphviz (pygraphviz/pygraphviz#11 is somehow still helpful / relevant this many years on...)

Signed-off-by: Corey Quinn <QuinnyPig@users.noreply.github.com>
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
(cherry picked from commit 1de6ff9)
  • Loading branch information
mergify[bot] authored Apr 11, 2024
1 parent bf7e9c9 commit aa2c56d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/Installation/Alternatives/macOS-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@ You need the following things installed to build ROS 2:

.. code-block:: bash
python3 -m pip install --upgrade pip
python3 -m pip install -U \
--config-settings="--global-option=build_ext" \
--config-settings="--global-option=-I$(brew --prefix graphviz)/include/" \
--config-settings="--global-option=-L$(brew --prefix graphviz)/lib/" \
argcomplete catkin_pkg colcon-common-extensions coverage \
cryptography empy flake8 flake8-blind-except==0.1.1 flake8-builtins \
flake8-class-newline flake8-comprehensions flake8-deprecated \
Expand Down

0 comments on commit aa2c56d

Please sign in to comment.