Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
e5531638
Commit
e5531638
authored
Nov 09, 2019
by
Stormwind
Browse files
Update how-to-build.rst
parent
a4fefd7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/how-to-build.rst
View file @
e5531638
...
...
@@ -71,9 +71,21 @@ Dependencies
brew install ninja
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``.
* **python3-pillow**: Python Image Library ``pip3 install --user pillow``.
* One of three CRC packages are required. Pick one:
.. 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
.. code-block:: shell-session
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment