mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
steam: improve instructions for 32bit pkgs.
This commit is contained in:
parent
3116a64380
commit
5b3e3b8989
2 changed files with 11 additions and 11 deletions
|
@ -1,9 +1,13 @@
|
||||||
Steam on x86_64 requires support for OpenGL in 32bits mode, install any
|
Steam on x86_64 requires support for OpenGL/Vulkan in 32bits mode,
|
||||||
of the following packages for your hardware:
|
the 32bit packages are available in the `multilib` repository.
|
||||||
|
|
||||||
Generic:
|
|
||||||
|
|
||||||
- libgcc-32bit libstdc++-32bit libglvnd-32bit
|
# xbps-install -Syv void-repo-multilib{,-nonfree}
|
||||||
|
# xbps-install -S
|
||||||
|
|
||||||
|
Generic (for all systems):
|
||||||
|
|
||||||
|
- libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit
|
||||||
|
|
||||||
For users of the open source drivers:
|
For users of the open source drivers:
|
||||||
|
|
||||||
|
@ -15,10 +19,6 @@ For users of the proprietary NVIDIA driver:
|
||||||
- nvidia390-libs-32bit (latest previous package)
|
- nvidia390-libs-32bit (latest previous package)
|
||||||
- nvidia340-libs-32bit (latest package for old GPUs)
|
- nvidia340-libs-32bit (latest package for old GPUs)
|
||||||
|
|
||||||
Do not forget to enable the `multilib` and `multilib/nonfree` repositories
|
For mesa users this would result in:
|
||||||
in xbps, i.e:
|
|
||||||
|
|
||||||
# xbps-install -Syv void-repo-multilib{,-nonfree}
|
# xbps-install -Syv ibgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit
|
||||||
# xbps-install -S
|
|
||||||
|
|
||||||
to install any of those packages mentioned above.
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'steam'
|
# Template file for 'steam'
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.61
|
version=1.0.0.61
|
||||||
revision=5
|
revision=6
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
|
depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils
|
||||||
|
|
Loading…
Add table
Reference in a new issue