How to install Wine nightly build?
kwalker99 opened this issue · 3 comments
Hi
How would I install a Wine nightly build? I am looking to use this custom wine with vst plugins, I already have wine-staging 9.18 installed and working, along with dxvk etc, but I would like to see if this custom wine with proton patches resolves some compatibility issues.
I have downloaded the package from here: https://github.com/Frogging-Family/wine-tkg-git/actions/runs/11457382314
Hi
How would I install a Wine nightly build? I am looking to use this custom wine with vst plugins, I already have wine-staging 9.18 installed and working, along with dxvk etc, but I would like to see if this custom wine with proton patches resolves some compatibility issues.
I have downloaded the package from here: https://github.com/Frogging-Family/wine-tkg-git/actions/runs/11457382314
Hi! What is the name of your operating system (distro)?
Ubuntu 24.04
Is there not an install script available?
@kwalker99 If you need Wine, you need to enter in your terminal to the wine-tkg-git
directory and then run this:
$ sh ./non-makepkg-build.sh
And so custom Wine compilation with default settings will bee started. But if you want to edit settings, you need to copy a /wine-tkg-git/customization.cfg
to ~/.config/frogminer/
and rename it to wine-tkg.cfg
. Then you need to edit ~/.config/frogminer/wine-tkg.cfg
as you want.
Have you any questions?