Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgenpt/steam-runtime-helpers
https://github.com/jorgenpt/steam-runtime-helpers
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jorgenpt/steam-runtime-helpers
- Owner: jorgenpt
- License: zlib
- Created: 2014-05-28T04:54:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T20:31:57.000Z (almost 9 years ago)
- Last Synced: 2024-10-03T12:34:27.554Z (2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - steam-runtime-helpers
README
This project contains three scripts to help working with the
steam-runtime, especially outside of Steam.See these blog posts for more details:
* [steam-runtime without Steam][no-steam-post]
* [Self-contained game distribution on Linux][self-contained-linux-post]## update_runtime.sh
[A script to download the runtime][update], but only if it has been
updated since last time.## extract_runtime.sh
[A script to extract the important bits of the runtime][extract],
skipping the huge amount of documentation present (and optionally, the
binaries for irrelevant architectures.)## launch_wrapper.sh
[A simple launcher script for your game][launch] to ensure your game
executes inside the steam-runtime, and to aid in running it under gdb.[no-steam-post]: http://jorgen.tjer.no/post/2014/05/28/steam-runtime-without-steam/
[self-contained-linux-post]: http://jorgen.tjer.no/post/2014/05/26/self-contained-game-distribution-on-linux/
[update]: update_runtime.sh
[extract]: extract_runtime.sh
[launch]: launch_wrapper.sh