Installation instructions of wine-devel with brew are incorrect

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
mterrisse
Newbie
Newbie
Posts: 2
Joined: Mon Oct 26, 2020 4:41 am

Installation instructions of wine-devel with brew are incorrect

Post by mterrisse »

Hello,

On https://wiki.winehq.org/MacOS you can read how to install wine with brew on macOS.
It suggests to do
brew cask install --no-quarantine (selected wine package)
where the wine package can be wine-stable, wine-devel or wine-staging.
But this is wrong, you can't install wine-devel this way.
You need to do
brew tap homebrew/cask-versions
brew install homebrew/cask-versions/wine-devel

Regards,

Michel Terrisse
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Installation instructions of wine-devel with brew are incorrect

Post by Gcenx »

mterrisse wrote: Mon Oct 26, 2020 4:49 am Hello,

On https://wiki.winehq.org/MacOS you can read how to install wine with brew on macOS.
It suggests to do
brew cask install --no-quarantine (selected wine package)
where the wine package can be wine-stable, wine-devel or wine-staging.
But this is wrong, you can't install wine-devel this way.
You need to do
brew tap homebrew/cask-versions
brew install homebrew/cask-versions/wine-devel

Regards,

Michel Terrisse
I checked and your correct seems brew no longer auto taps homebrew/cask-versions, I added this step and now wine-devel can be installed again.

Once tapped brew cask install wine-devel is found and installs again.
Locked