You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@ xcode-select --install
74
74
**Windows:**
75
75
Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) with the \"Desktop development with C++\" workload.
76
76
77
+
> **Windows notes:**
78
+
> - PDF/DJVU might not work in Windows PowerShell.
79
+
> - For full Kitty graphics protocol support, consider using WSL with [Ghostty](https://ghostty.org/) or [Kitty](https://sw.kovidgoyal.net/kitty/).
80
+
> - If MuPDF fails to build, disable PDF/DJVU support: `cargo install bookokrat --no-default-features`
<li>Windows: PDF/DJVU might not work in PowerShell. Consider using <ahref="https://wezfurlong.org/wezterm/" style="color:var(--accent)">WezTerm</a> for image support.</li>
814
+
<li>Windows: for full Kitty protocol support, consider WSL with <ahref="https://ghostty.org/" style="color:var(--accent)">Ghostty</a> or <ahref="https://sw.kovidgoyal.net/kitty/" style="color:var(--accent)">Kitty</a>.</li>
815
+
<li>Windows: if MuPDF fails to build, disable PDF/DJVU: <code>cargo install bookokrat --no-default-features</code>.</li>
0 commit comments