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
b0c8aa8f
Commit
b0c8aa8f
authored
4 months ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
slr-for-game-developers: Expand on why SONAMEs are the name to use
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
f1244846
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/slr-for-game-developers.md
+7
-3
7 additions, 3 deletions
docs/slr-for-game-developers.md
with
7 additions
and
3 deletions
docs/slr-for-game-developers.md
+
7
−
3
View file @
b0c8aa8f
...
...
@@ -1251,9 +1251,13 @@ so it should not be necessary to build your own version of SDL.
If you load a library dynamically, make sure to use its versioned SONAME,
such as
`libvulkan.so.1`
or
`libgtk-3.so.0`
, as the name to search for.
Don't use the development symlink such as
`libvulkan.so`
or
`libgtk-3.so`
,
and also don't use the fully-versioned name such as
`libvulkan.so.1.2.189`
or
`libgtk-3.so.0.2404.26`
.
Avoid using the development symlink such as
`libvulkan.so`
or
`libgtk-3.so`
,
which will not be available in the Steam Linux Runtime container,
and does not guarantee ABI compatibility even if it works.
Also avoid using the fully-versioned name such as
`libvulkan.so.1.2.189`
or
`libgtk-3.so.0.2404.26`
,
because that name will no longer work if the library is upgraded to a
newer compatible version.
Use the versions of libraries that are included in the Steam Runtime,
if possible.
...
...
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