Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
steamrt
steam-runtime-tools
Commits
9adc3890
Commit
9adc3890
authored
3 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
docs: Describe how to upgrade pressure-vessel
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
86383d88
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/slr-for-game-developers.md
+27
-0
27 additions, 0 deletions
docs/slr-for-game-developers.md
with
27 additions
and
0 deletions
docs/slr-for-game-developers.md
+
27
−
0
View file @
9adc3890
...
@@ -549,6 +549,33 @@ $ /path/to/steamlibrary/steamapps/common/SteamLinuxRuntime_soldier/run \
...
@@ -549,6 +549,33 @@ $ /path/to/steamlibrary/steamapps/common/SteamLinuxRuntime_soldier/run \
You will find that tools like
`gdb`
and
`strace`
are available in the SDK
You will find that tools like
`gdb`
and
`strace`
are available in the SDK
environment.
environment.
## Upgrading pressure-vessel
The recommended version of
`pressure-vessel`
is the one that is included
in the
*Steam Linux Runtime - soldier*
depot, and other versions are
not necessarily compatible with the container runtime and scripts in
the depot.
However, it can sometimes be useful for developers and testers to upgrade
their version of the
`pressure-vessel`
container tool, so that they can
make use of new features or try out new bug-fixes.
To do this, you can download an archive named
`pressure-vessel-bin.tar.gz`
or
`pressure-vessel-bin+src.tar.gz`
, unpack it, and use it to replace the
`steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/`
directory.
Official releases of pressure-vessel are available from
<https://repo.steampowered.com/pressure-vessel/snapshots/>
.
If you are comfortable with using untested pre-release software, it is
also possible to download unofficial builds of pressure-vessel from our
continuous-integration system; the steps to do this are deliberately not
documented here.
To return to the recommended version of
`pressure-vessel`
, simply delete
the
`steamapps/common/SteamLinuxRuntime_soldier/pressure-vessel/`
directory and use Steam's
[
Verify integrity
][]
feature to re-download it.
[
Verify integrity
]:
https://help.steampowered.com/en/faqs/view/0C48-FCBD-DA71-93EB
## Attaching a debugger by using gdbserver
## Attaching a debugger by using gdbserver
The Platform runtime does not contain a full version of the
`gdb`
debugger,
The Platform runtime does not contain a full version of the
`gdb`
debugger,
...
...
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