diff options
author | pommicket <pommicket@gmail.com> | 2025-08-25 00:24:32 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-25 00:24:32 -0400 |
commit | 2c239406c277a375b976993ccffc6198e7c76e97 (patch) | |
tree | 8fc747277107db00810eb8cbe63f72ecb97e3a16 | |
parent | 22930a350cfefb1eff33d7d2207e387bf16021a2 (diff) |
Update README with info about modified Macondo for Windowsv0.0.1
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,6 +45,11 @@ The Quackle cmake build system uses Qt5 by default. But you can specify Qt6 by Latest known working version of Macondo: [v0.11.2](https://github.com/domino14/macondo/releases/tag/v0.11.2) +Note for Windows: As of v0.11.2, unmodified Macondo won't work with Quackondo due to +[a bug in a library it uses](https://github.com/chzyer/readline/issues/229). +The installer in the Releases page ships with a +[patched version of Macondo](https://github.com/pommicket/macondo). + File organization: ------------------ * quackle/ - libquackle sources. libquackle is the engine, and can be linked to any convenient interface. It does not use Qt. |