Created Install on Windows with WSL (markdown)

master
zephyros-dev 10 months ago
parent ceff300c3b
commit 34e7bf0fa2

@ -0,0 +1,15 @@
It's possible to run the koreader Debian builds on both (Ubuntu and Debian distribution in Windows)[https://learn.microsoft.com/en-us/windows/wsl/install]. Once installed, you can launch koreader from Windows like a [Linux GUI application using WSL](https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps).
Some notes regarding the distributions:
- On Debian, run this command for Koreader network to function properly:
```
sudo setcap cap_net_raw+p /bin/ping
```
- To fix the SDL error in koreader run logs, install these libraries:
```
sudo apt install libsdl2-dev
```
- Koreader still runs normally without it, so this may not be neccessary
Loading…
Cancel
Save