Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
051d10a5
Unverified
Commit
051d10a5
authored
Apr 19, 2023
by
Matthias Schiffer
Committed by
GitHub
Apr 19, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #2837 from maurerle/feature/build_dependencies
[docs] improve build dependencies and docs
parents
d1b215ae
b70b9d2a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/actions/install-dependencies.sh
+1
-1
1 addition, 1 deletion
contrib/actions/install-dependencies.sh
contrib/docker/Dockerfile
+0
-1
0 additions, 1 deletion
contrib/docker/Dockerfile
docs/user/getting_started.rst
+4
-2
4 additions, 2 deletions
docs/user/getting_started.rst
with
5 additions
and
4 deletions
contrib/actions/install-dependencies.sh
+
1
−
1
View file @
051d10a5
...
...
@@ -3,6 +3,6 @@
set
-e
apt-get
-y
update
apt-get
-y
install
git
subversion
build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev
wget
time
qemu-utils
apt-get
-y
install
git build-essential python3 gawk unzip libncurses5-dev zlib1g-dev libssl-dev
libelf-dev wget rsync
time
qemu-utils
apt-get
-y
clean
rm
-rf
/var/lib/apt/lists/
*
This diff is collapsed.
Click to expand it.
contrib/docker/Dockerfile
+
0
−
1
View file @
051d10a5
...
...
@@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates
\
file
\
git
\
subversion
\
python3
\
build-essential
\
gawk
\
...
...
This diff is collapsed.
Click to expand it.
docs/user/getting_started.rst
+
4
−
2
View file @
051d10a5
...
...
@@ -25,18 +25,20 @@ An example configuration can be found in the Gluon repository at *docs/site-exam
Dependencies
------------
To build Gluon, several packages need to be installed on the system. On a
freshly installed Debian
Stretch
system the following packages are required:
freshly installed Debian
Bullseye
system the following packages are required:
* `git` (to get Gluon and other dependencies)
* `subversion`
* `python3`
* `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk`
* `unzip`
* `libncurses-dev` (actually `libncurses5-dev`)
* `libz-dev` (actually `zlib1g-dev`)
* `libssl-dev`
* `libelf-dev` (to build x86-64)
* `wget`
* `rsync`
* `time` (built-in `time` doesn't work)
* `qemu-utils`
...
...
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