Skip to content
Snippets Groups Projects
Commit e5531638 authored by Stormwind's avatar Stormwind
Browse files

Update how-to-build.rst

parent a4fefd7e
Branches
No related tags found
No related merge requests found
Pipeline #4200 passed
...@@ -71,8 +71,20 @@ Dependencies ...@@ -71,8 +71,20 @@ Dependencies
brew install ninja brew install ninja
pip3 install --user meson # see https://mesonbuild.com/Getting-meson.html - you will have to add ~/.local/bin to your PATH. pip3 install --user meson # see https://mesonbuild.com/Getting-meson.html - you will have to add ~/.local/bin to your PATH.
* **python3-crc16**: Install with ``pip3 install --user crc16``. * One of three CRC packages are required. Pick one:
* **python3-pillow**: Python Image Library ``pip3 install --user pillow``.
.. code-block:: shell-session
pip3 install --user crc16
.. code-block:: shell-session
pip3 install --user crcmod
.. code-block:: shell-session
pip3 install --user crcmod
* **python3-pillow**: Python Image Library
.. code-block:: shell-session
pip3 install --user pillow
- Arch - Arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment