mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-02-22 10:33:58 +01:00
Merge branch 'patch-1' into 'main'
Edit vrcx.md to add the native linux appimage version. See merge request lvra/lvra.gitlab.io!66
This commit is contained in:
commit
eb4521d1ce
1 changed files with 22 additions and 9 deletions
|
@ -6,19 +6,32 @@ title: VRCX
|
|||
# VRCX
|
||||
- [VRCX GitHub Repository](https://github.com/vrcx-team/VRCX)
|
||||
|
||||
VRCX is a tool for managing your VRChat friendships, as well as providing additional convenience functionalities.
|
||||
VRCX is a tool for managing your VRChat friendships, as well as providing additional convenience features.
|
||||
|
||||
# Installer Script
|
||||
## AppImage (Preferred Method)
|
||||
|
||||
### Stable
|
||||
|
||||
1. Download the latest .AppImage from here: [VRCX Official Releases](https://github.com/vrcx-team/VRCX/releases)
|
||||
1. Run `chmod +x VRCX_*.AppImage`.
|
||||
1. Run the AppImage. This will install it as an app, which then auto-removes the AppImage file.
|
||||
1. Open VRCX from your apps.
|
||||
|
||||
### Nightly
|
||||
|
||||
- Do the same steps as above, but download the latest .AppImage from here, instead: [VRCX Nightly Releases](https://github.com/Natsumi-sama/VRCX/releases)
|
||||
|
||||
## Installer Script (Wine)
|
||||
|
||||
VRCX provides the [install-vrcx.sh](https://github.com/vrcx-team/VRCX/blob/master/Linux/install-vrcx.sh) script upstream, which does the steps of the manual installation for you.
|
||||
|
||||
You can run it per `curl -sSf https://raw.githubusercontent.com/vrcx-team/VRCX/master/Linux/install-vrcx.sh | bash`.
|
||||
Install it by running: `curl -sSf https://raw.githubusercontent.com/vrcx-team/VRCX/master/Linux/install-vrcx.sh | bash`
|
||||
|
||||
|
||||
# Manual Installation
|
||||
## Manual Installation (Wine)
|
||||
|
||||
- Grab the latest .zip from here: [VRCX Official Releases](https://github.com/vrcx-team/VRCX/releases)
|
||||
- Use a new or existing Wine prefix of Wine 9.2 or later. Recommend using a non-proton Wine build.
|
||||
- `winetricks corefonts`
|
||||
- Symlink your `drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat` folder from the VRChat Wine prefix to the VRCX Wine prefix
|
||||
- Run `VRCX.exe` via Wine.
|
||||
1. Download the latest .zip from here: [VRCX Official Releases](https://github.com/vrcx-team/VRCX/releases)
|
||||
1. Use a new or existing Wine prefix of Wine 9.2 or later. We recommend using a non-Proton build of Wine.
|
||||
1. Run `winetricks corefonts`.
|
||||
1. Symlink your `drive_c/users/steamuser/AppData/LocalLow/VRChat/VRChat` folder from the VRChat Wine prefix to the VRCX Wine prefix.
|
||||
1. Run `VRCX.exe` via Wine.
|
||||
|
|
Loading…
Add table
Reference in a new issue