Commit Graph
50 Commits
Author SHA1 Message Date
Philippe Teuwen 4e36685738 Update linux instructions for picolibc and opencl 2026-04-28 13:00:43 +02:00
Philippe Teuwen b7aefdc2bc complete zlib reqs in docs & docker 2026-03-23 22:36:47 +01:00
kormax c8a4314353 Add hf gst commands 2026-03-14 17:34:58 +02:00
CaffeinatedOpe b1a77328b8 move shell.nix file into tools, updated docs 2026-03-03 15:37:07 +01:00
CaffeinatedOpe aea877a2c2 fix typo in documentation 2026-03-03 15:37:07 +01:00
CaffeinatedOpe 106f1abcac update documentation 2026-03-03 15:37:07 +01:00
Philippe Teuwen 8d3eca3d58 Qt6: update doc 2026-02-27 14:02:13 +01:00
Philippe Teuwen 3264c80b7f update docker opensuse 2026-02-07 01:58:06 +01:00
Philippe Teuwen 9a6f6132bc doc 2024-09-26 23:39:53 +02:00
Philippe Teuwen 16b56f4992 Fix opensuse instructions 2024-09-10 10:06:01 +02:00
iceman1001 3a1122ca02 missing dependency. but it gd should come with the OS installation 2024-02-16 20:31:17 +01:00
iceman1001 2d34713e58 text 2024-01-23 19:46:35 +01:00
Marcos Del Sol Vives 572bdbf727 Document dependency on GD for ePaper devices 2024-01-07 17:15:13 +01:00
iceman1001 ea01fa5656 text 2023-10-09 11:18:54 +02:00
iceman1001 f52b3faa3c text 2023-10-09 11:14:21 +02:00
iceman1001 5ad85d55d7 text 2023-10-09 11:12:26 +02:00
iceman1001 ac43176dbf text 2023-10-09 11:10:39 +02:00
iceman1001 385c1c5702 text 2023-10-09 11:03:56 +02:00
Philippe Teuwen 662ce8403e lz4 missing in some docs 2023-07-17 04:56:18 +02: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
iceman1001 2671795b8b textual 2022-02-26 17:15:32 +01:00
iceman1001 bdc5941ee0 text about openssl dependency 2022-02-03 20:26:36 +01:00
zkldi 025d28a9dc Use pacman -Syu instead of pacman -Sy
`pacman -Sy` can result in partial upgrades and system damage if the user doesn't understand what it entails and never finishes the upgrade.

See: https://bbs.archlinux.org/viewtopic.php?id=241092
2022-01-05 00:39:24 +00:00
iceman1001 3450439b7b text 2021-12-31 11:36:43 +01:00
Philippe Teuwen a6a567626b update instructions to get python support 2021-10-11 23:41:10 +02:00