Skip to content
/ wine Public
forked from wine-mirror/wine

MacBook M2 Experiments

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.OLD
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

igelbox/wine

 
 

Repository files navigation

WineMaking

  • arch -x86_64 zsh
  • from https://brew.sh/
    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
  • from https://gitlab.winehq.org/wine/wine/-/wikis/MacOS-Building
    • /usr/local/bin/brew install --formula bison mingw-w64 pkgconfig and as requested:
      • export PATH="/usr/local/opt/bison/bin:$PATH"
    • /usr/local/bin/brew install freetype gnutls molten-vk sdl2
      • export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
  • /usr/local/bin/brew install ffmpeg gstreamer
  • ./configure.sh
  • make -j12 build using 12 cores
  • ./wine notepad

About

MacBook M2 Experiments

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.OLD
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.6%
  • C++ 7.8%
  • Python 4.8%
  • Perl 0.4%
  • Yacc 0.4%
  • JavaScript 0.3%
  • Other 0.7%