Use system-wide Wine, DXVK & D9VK for Steam Play/Proton (Windows) games directly from Linux Steam client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3 KiB

5 years ago
5 years ago
5 years ago
5 years ago
  1. # Additional PKGBUILD files
  2. The following files are required for this package. Due to legal reasons, these files are not provided here. Obtain these files from provided hyperlinks or existing Steam Proton file locations defined below. You can also extract these files directly from `proton_dist.tar.gz` archive.
  3. ### libsteam_api.so
  4. **Alternative A)**
  5. Link: [GitHub - ValveSoftware/Proton - libsteam_api.so](https://github.com/ValveSoftware/Proton/raw/proton_4.2/steam_helper/libsteam_api.so)
  6. **Alternative B)**
  7. Get the file either from...
  8. ```
  9. $HOME/.local/share/Steam/steamapps/common/Proton <version>/dist/lib/libsteam_api.so
  10. ```
  11. ...or directly from `proton_dist.tar.gz` archive:
  12. ```
  13. lib/libsteam_api.so
  14. ```
  15. ### steam.exe.so
  16. Get the file either from...
  17. ```
  18. $HOME/.local/share/Steam/steamapps/common/Proton <version>/dist/lib/wine/steam.exe.so
  19. ```
  20. ...or directly from `proton_dist.tar.gz` archive:
  21. ```
  22. lib/wine/steam.exe.so
  23. ```
  24. Put obtained files in the same directory along provided `lib32-steamlibs` PKGBUILD. Build & install the package with `updpkgsums && makepkg -fi` command.
  25. ## Proton installation on Steam client
  26. If you need to install specific Proton version, the easiest way is to use Steam client application. On the client, go to:
  27. ```
  28. LIBRARY -> TOOLS -> Proton <version> -> Install Game...
  29. ```
  30. Proton 4.2 or higher is required.