void-packages/srcpkgs/steam/INSTALL.msg
2019-12-29 17:53:44 +01:00

24 lines
640 B
Text

Steam on x86_64 requires support for OpenGL in 32bits mode, install any
of the following packages for your hardware:
Generic:
- libgcc-32bit libstdc++-32bit libglvnd-32bit
For users of the open source drivers:
- mesa-dri-32bit
For users of the proprietary NVIDIA driver:
- nvidia-libs-32bit (latest nvidia package)
- nvidia390-libs-32bit (latest previous package)
- nvidia340-libs-32bit (latest package for old GPUs)
Do not forget to enable the `multilib` and `multilib/nonfree` repositories
in xbps, i.e:
# xbps-install -Syv void-repo-multilib{,-nonfree}
# xbps-install -S
to install any of those packages mentioned above.