Skip to content
Snippets Groups Projects

Update how-to-build.rst

Closed Stormwind requested to merge Stormwind/firmware:patch-1 into master
1 file
+ 19
2
Compare changes
  • Side-by-side
  • Inline
@@ -71,9 +71,26 @@ Dependencies
@@ -71,9 +71,26 @@ 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``.
 
- for all OS's
 
 
.. 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
.. code-block:: shell-session
.. code-block:: shell-session
Loading