diff options
| author | Luke Street <luke@street.dev> | 2025-11-20 02:16:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 01:16:44 -0800 |
| commit | cb08a259a55dcdaece09b5d94bf973f45f2bbf3a (patch) | |
| tree | 44aa0099412f829d83b81e2fec0c5d3b8a8a42c9 /README.md | |
| parent | 8815bd5da9ffcadc7763708850c2f12ab0274090 (diff) | |
Update dtk-template & use wibo on macOS (#2829)
* Update dtk-template & use wibo on macOS
* Update to wibo 1.0.0-beta.5
* Fix implicit dependencies for pch rules
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -48,24 +48,14 @@ macOS brew install ninja ``` -- Install [wine-crossover](https://github.com/Gcenx/homebrew-wine): - - ```sh - brew install --cask --no-quarantine gcenx/wine/wine-crossover - ``` - -After OS upgrades, if macOS complains about `Wine Crossover.app` being unverified, you can unquarantine it using: - -```sh -sudo xattr -rd com.apple.quarantine '/Applications/Wine Crossover.app' -``` +[wibo](https://github.com/decompals/wibo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used. Linux ------ - Install [ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages). -- For non-x86(_64) platforms: Install wine from your package manager. - - For x86(_64), [wibo](https://github.com/decompals/wibo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used. + +[wibo](https://github.com/decompals/wibo), a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used. Building ======== |
