Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stormwind
firmware
Commits
e5531638
Commit
e5531638
authored
5 years ago
by
Stormwind
Browse files
Options
Downloads
Patches
Plain Diff
Update how-to-build.rst
parent
a4fefd7e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4200
passed
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/how-to-build.rst
+14
-2
14 additions, 2 deletions
Documentation/how-to-build.rst
with
14 additions
and
2 deletions
Documentation/how-to-build.rst
+
14
−
2
View file @
e5531638
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment