Come 'installazione personalizzata' con brew?

1

Quindi devo modificare l'installazione di wine e applicare una patch personalizzata. La patch che voglio è qui ...

link

e quando aggiungo queste righe con brew edit wine

patch do
  url "https://bugs.winehq.org/attachment.cgi?id=38156"
  sha256 "f1c4537f38e258c810ca33455e0947e3b2be1087bf9445fadac00424f294c004"
end

e quindi prova ad installare, in realtà non aggiunge la patch. Sembra che lo stia scaricando da una fonte precompattata e compilata perché questo è l'output del terminale ...

==> Downloading https://homebrew.bintray.com/bottles/wine-1.8.1.el_capitan.bottle.tar.gz
######################################################################## 100.0%
==> Pouring wine-1.8.1.el_capitan.bottle.tar.gz
==> Caveats
You may want to get winetricks:
  brew install winetricks

 By default Wine uses a native Mac driver. To switch to the X11 driver, use
regedit to set the "graphics" key under "HKCUSoftwareWineDrivers" to
"x11" (or use winetricks).

For best results with X11, install the latest version of XQuartz:
  https://xquartz.macosforge.org/
==> Summary
                    
posta deltaskelta 18.04.2016 - 07:48
fonte

1 risposta

1

Per installare qualcosa costruendo dal sorgente, puoi usare -s . Per il tuo caso:

brew install wine -s

Senza -s , brew tenta di scaricare il pacchetto binario ("bottiglia") e installarlo.

    
risposta data 14.08.2018 - 15:46
fonte

Leggi altre domande sui tag