Browse Source

Update lib32-steamlibs Readme

master
Pekka Helenius 5 years ago
parent
commit
8b11842b75
1 changed files with 29 additions and 11 deletions
  1. +29
    -11
      files_archlinux/lib32-steamlibs/README.md

+ 29
- 11
files_archlinux/lib32-steamlibs/README.md View File

@ -2,15 +2,7 @@
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.
The easiest way to install Proton is to use Steam client application. On the client, go to:
```
LIBRARY -> TOOLS -> Proton <version> -> Install Game...
```
Proton 4.2 or higher is required.
## libsteam_api.so
### libsteam_api.so
**Alternative A)**
@ -18,14 +10,40 @@ Link: [GitHub - ValveSoftware/Proton - libsteam_api.so](https://github.com/Valve
**Alternative B)**
Get the file either from...
```
$HOME/.local/share/Steam/steamapps/common/Proton <version>/dist/lib/libsteam_api.so
```
## steam.exe.so
...or directly from `proton_dist.tar.gz` archive:
```
lib/libsteam_api.so
```
### steam.exe.so
Get the file either from...
```
$HOME/.local/share/Steam/steamapps/common/Proton <version>/dist/lib/wine/steam.exe.so
```
ut these files in the same directory along provided lib32-steamlibs `PKGBUILD` file, after which you can build & install the package with `updpkgsums && makepkg -fi` command.
...or directly from `proton_dist.tar.gz` archive:
```
lib/wine/steam.exe.so
```
Put obtained files in the same directory along provided lib32-steamlibs `PKGBUILD` file. Build & install the package with `updpkgsums && makepkg -fi` command.
## Proton installation on Steam client
If you need to install specific Proton version, the easiest way is to use Steam client application. On the client, go to:
```
LIBRARY -> TOOLS -> Proton <version> -> Install Game...
```
Proton 4.2 or higher is required.

Loading…
Cancel
Save