Commit graph

42 commits

Author SHA1 Message Date
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
Philippe Teuwen
18a6d3e92a typos 2020-10-23 01:24:58 +02:00
BarikMana
0c7cdd8f93
Update Linux-Installation-Instructions.md
Fixing typo
2020-09-18 12:30:10 +02:00
Philippe Teuwen
fa0b658436 Remove zlib entirely, no need for fpga_compress anymore to compress hardnested tables, now to be compressed with bzip2 2020-06-08 02:50:43 +02:00
Philippe Teuwen
15012198f9 client: replace zlib by bzip2 2020-06-08 02:50:43 +02:00
Philippe Teuwen
7ca7677568 Linux: add native support for Bluetooth in client 2020-04-29 14:26:12 +02:00
Iceman
52452c8dde
Update Linux-Installation-Instructions.md 2020-02-25 15:37:27 +01:00
Philippe Teuwen
875ad69aee Add installation instructions for openSUSE 2020-01-20 23:13:05 +01:00
Philippe Teuwen
5cdc6aab48 Remove libsndfile dep and code our own savewav 2020-01-13 13:49:32 +01:00
Iceman
a098fb9485
Update Linux-Installation-Instructions.md
add libsndfile for ArchLinux / Fedora (@doegox )
2019-12-22 21:39:27 +01:00
iceman1001
96d3bbc353 chg: update instructions for dependecies. sudo apt-get install libsndfile1-dev 2019-12-22 11:20:17 +01:00
Riley Guerin
f9a80ea47b
make warning about ModemManager louder
#updatingforafriend
2019-10-29 12:41:33 -07:00
Iceman
b54c7b4dd1
Update Linux-Installation-Instructions.md 2019-09-24 13:14:47 +02:00
Philippe Teuwen
1cc027d41a Debian/WSL: align reqs and move to QT5 by default 2019-09-01 22:51:08 +02:00
Philippe Teuwen
bf8d4ece18 Add instructions for Fedora 2019-09-01 20:09:03 +02:00
Philippe Teuwen
d0ad275f1e Remove wget from global requirements 2019-09-01 20:05:08 +02:00
Philippe Teuwen
bd4cce1270 remove global libusb requirement, add note to compile HID flasher 2019-09-01 20:02:55 +02:00
Philippe Teuwen
0bd3d3673f remove p7zip requirement 2019-09-01 19:52:14 +02:00
Philippe Teuwen
8987e956ac POSIX sh version of mkversion
Most targeted platforms have "sh" and don't need Perl as requirement.
Still Perl script is present as fallback.
2019-08-29 23:23:53 +02:00
Philippe Teuwen
73cefedd61 remove entirely ncurses, not needed nowadays 2019-08-29 18:22:14 +02:00
Philippe Teuwen
7efaeec054 Linux install: limit dependencies to the really needed ones 2019-07-17 19:01:51 +02:00
slurdge
a784608d94
Add the needed qt package on ArchLinux
qt5-base is enough on my Arch
2019-07-16 22:05:51 +02:00
Philippe Teuwen
ea487f3d88 Ease non-QT users life 2019-07-03 14:45:41 +02:00
Philippe Teuwen
0eea50f5a0 Add support for compilation on RaspberryPiZero (armv6)
More generally, add support for platforms with atomics, which not really linked to
architecture but compiler features. This may also help on some mips for example.
2019-06-26 00:12:32 +02:00
Philippe Teuwen
5fbaabc9b2 update doc, remove obsolete info 2019-05-06 19:49:15 +02:00
Philippe Teuwen
5b86284b49 update docs 2019-05-05 19:53:58 +02:00