19 lines
807 B
Markdown
19 lines
807 B
Markdown
# Synthesizer V Studio 2 Linux Installer
|
|
Just a script to install Synth V 2 on linux.
|
|
|
|
Submit issues here: https://github.com/eric5949/Synthesizer-V-Studio-2-Linux-Installer
|
|
|
|
Download the script and run it, make sure you have wine, winetricks and yabridge/yabridgectl installed if you want to try and use the VST plugin.
|
|
|
|
*Bash*
|
|
```bash
|
|
bash <(curl -s https://gitea.cloudaf.site/eric/Synthesizer-V-Studio-2-Linux-Installer/raw/branch/main/sv2linuxinstaller.sh)
|
|
```
|
|
|
|
*Fish* (because I use fish and fish is wierd)
|
|
```fish
|
|
bash (curl -s https://gitea.cloudaf.site/eric/Synthesizer-V-Studio-2-Linux-Installer/raw/branch/main/sv2linuxinstaller.sh | psub)
|
|
```
|
|
|
|
VST works on new wine with this yabridge: https://github.com/robbert-vdh/yabridge/actions/workflows/build.yml?query=branch%3Anew-wine10-embedding
|