12 Commits
Author SHA1 Message Date
Philippe Teuwen b7aefdc2bc complete zlib reqs in docs & docker 2026-03-23 22:36:47 +01:00
Philippe Teuwen 1c8445dfe3 doc 2026-02-27 16:59:43 +01:00
Justin WidenandGitHub 61d66ab233 Add dialout fix instructions for WSL2
Added a small section with instructions for fixing USB device access in WSL2, due to the user not having access to dialout.

Signed-off-by: Justin Widen <jdogwiden5@gmail.com>
2025-11-05 23:09:04 -06:00
dhuuthangandGitHub 640b4a5f3b Update Windows-WSL2-Installation-Instructions.md
Add command to suppress "WSL kernel is not USBIP capable" error

Signed-off-by: dhuuthang <dhuuthang@gmail.com>
2025-06-16 13:44:12 +07:00
dhuuthangandGitHub 9069b27d4e Add code to hide initial cmd window
Signed-off-by: dhuuthang <dhuuthang@gmail.com>
2024-07-25 23:17:12 +07:00
dhuuthangandGitHub 1788a0451c Update Windows-WSL2-Installation-Instructions.md
Add script for quick init

Signed-off-by: dhuuthang <dhuuthang@gmail.com>
2024-07-25 22:52:03 +07:00
Henry Gabryjelski 2442a9f4f2 update wsl2 instructions for USBIPD v4.0.0 2024-01-28 19:05:05 -08:00
Marcos Del Sol Vives 572bdbf727 Document dependency on GD for ePaper devices 2024-01-07 17:15:13 +01:00
iceman1001 0c4a1066c1 text 2024-01-05 19:27:38 +01:00
Henry Gabryjelski c858d6fdc7 Minor update to WSL2 instructions 2023-08-14 19:07:35 -07:00
Philippe Teuwen 83e083100b Bring LZ4 support for hardnested tables
Testing perfs on an old 8-core laptop:
BZ2   :   2 Mb, average decompression time: 5514 ms
LZ4 -9:   9 Mb, average decompression time:  837 ms
RAW   : 704 Mb, average decompression time:  368 ms

Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything

To enable:

apt install liblz4-dev
cd client/resources/hardnested_tables
for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done
2023-07-15 22:58:00 +02:00
Henry Gabryjelski 032f304bf9 Enable use under WSL2 w/Kali Linux distribution
* Assign group ownership and permissions in udev rules
* Add documentation on WSL2 installation and use
2023-01-31 10:00:36 -08:00