Skip to content

Commit

Permalink
Inform users to install zlib when following windows binaries guide (r…
Browse files Browse the repository at this point in the history
…os2#3542)

* Inform users to install zlib

Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund committed May 9, 2023
1 parent f29796f commit a64e887
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ Install additional Python dependencies:
pip install -U colcon-common-extensions coverage flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes mock mypy==0.931 pep8 pydocstyle pytest pytest-mock vcstool
Install miscellaneous prerequisites
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Next install xmllint:

* Download the `64 bit binary archives <https://www.zlatkovic.com/pub/libxml/64bit/>`__ of ``libxml2`` (and its dependencies ``iconv`` and ``zlib``) from https://www.zlatkovic.com/projects/libxml/
* Unpack all archives into e.g. ``C:\xmllint``
* Add ``C:\xmllint\bin`` to the ``PATH``.

Build ROS 2
-----------

Expand Down
9 changes: 9 additions & 0 deletions source/Installation/_Windows-Install-Prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ Now install some additional python dependencies:
python -m pip install -U catkin_pkg cryptography empy importlib-metadata jsonschema lark==1.1.1 lxml matplotlib netifaces numpy opencv-python PyQt5 pillow psutil pycairo pydot pyparsing==2.4.7 pyyaml rosdistro
Install miscellaneous prerequisites
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Next install xmllint:

* Download the `64 bit binary archives <https://www.zlatkovic.com/pub/libxml/64bit/>`__ of ``libxml2`` (and its dependencies ``iconv`` and ``zlib``) from https://www.zlatkovic.com/projects/libxml/
* Unpack all archives into e.g. ``C:\xmllint``
* Add ``C:\xmllint\bin`` to the ``PATH``.

Install Qt5
^^^^^^^^^^^

Expand Down

0 comments on commit a64e887

Please sign in to comment.