Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
0663f73a
Commit
0663f73a
authored
5 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Update linux installation to include basic X11 libraries (see
beat/beat.web#530
)
parent
51878163
No related branches found
No related tags found
No related merge requests found
Pipeline
#31367
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/linux.rst
+12
-0
12 additions, 0 deletions
doc/linux.rst
with
12 additions
and
0 deletions
doc/linux.rst
+
12
−
0
View file @
0663f73a
...
...
@@ -199,6 +199,18 @@ https://backports.debian.org. To install the newest git version, after an
$ apt-get -t stretch-backports install "git"
X11
===
Some utilities such as ``dot`` (graphviz) require X11 support. If you intend
to make use of the ``shell`` builder and ``graphviz``, you must install basic
X11 support. Just run the following command as root to fix this:
.. code-block:: sh
$ apt install libxrender1 libxext6
Crontabs
========
...
...
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