summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Street <luke@street.dev>2025-11-20 02:16:44 -0700
committerGitHub <noreply@github.com>2025-11-20 01:16:44 -0800
commitcb08a259a55dcdaece09b5d94bf973f45f2bbf3a (patch)
tree44aa0099412f829d83b81e2fec0c5d3b8a8a42c9 /README.md
parent8815bd5da9ffcadc7763708850c2f12ab0274090 (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.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md
index 9c6f03b0a3..a9cbf127c3 100644
--- a/README.md
+++ b/README.md
@@ -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
========