Skip to content

Commit

Permalink
Update and rename PortProton to PortProton.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konoos56 committed Jan 29, 2024
1 parent 5131077 commit c74d43e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/apps/PortProton → docs/apps/PortProton.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,24 @@ PortProton основан на версии WINE от Valve (Proton) и ее м

**Установка через терминал**

::: code-group

```shell[apt-get]
```shell
su -
apt-get update && apt-get dist-upgrade && apt-get install portproton i586-{libvulkan1,libd3d,libGL,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
```
```shell[epm]
epm play portproton
```
:::

## Ручная установка с указанием зависимостей

Для начала установим все необходимые зависимости
```shell[Зависимости]
```shell
su -
apt-get update && sudo apt-get dist-upgrade && apt-get install bubblewrap cabextract wget zstd gawk tar xz pciutils bc coreutils file curl icoutils wmctrl zenity xdg-utils desktop-file-utils libvulkan1 vulkan-tools libd3d libGL gamemode fontconfig xrdb libcurl libgio libnm libnsl1 libnss glibc-nss glibc-pthread /usr/bin/convert i586-{libvulkan1,libd3d,libGL,libcurl,libgio,libnm,libnsl1,libnss,glibc-nss,glibc-pthread,libunwind,xorg-dri-swrast}
```
Затем произведём установку самой программы
```shell
wget -c "https://github.com/Castro-Fidel/PortWINE/raw/master/portwine_install_script/PortProton_1.0" && sh PortProton_1.0
```

## Установка c помощью epm play <Badge type="danger" text="Неофициальная сборка" />
```shell
epm play portproton
```

0 comments on commit c74d43e

Please sign in to comment.