Commit graph

127 commits

Author SHA1 Message Date
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
İlteriş Yağıztegin Eroğlu 62b226108d doc(macos-macports): refactor macports docs
Since mid-2022, arm64 builds of stable releases are working. So its been a while not updating this doc :)

Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
2023-04-19 13:55:20 +03:00
Einstein2150 a9b3a69100
Update Mac-OS-X-Homebrew-Installation-Instructions.md
Fix for Apple Silicon (M1) installation with arch -arm64 prefix

Signed-off-by: Einstein2150 <Einstein2150@users.noreply.github.com>
2023-03-29 20:37:02 +02:00
Jack ceeb98bd38
Update Troubleshooting, libQt5Core.so.5 not found
Update the version number of Ubuntu which has the same problem

I checked newer Ubuntu version 22.04 WSL 1 still have problem and solved by same solution
sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

Signed-off-by: Jack <wwin3286tw@yahoo.com.tw>
2023-03-07 11:20:23 +08:00
Henry Gabryjelski b520f1ff5d
check daughterboard connection for SIM issues
Signed-off-by: Henry Gabryjelski <henrygab@users.noreply.github.com>
2023-02-18 11:17:06 -08: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
Self Not Found 1fe1f61400
Fix typo in Troubleshooting.md
Signed-off-by: Self Not Found <wh201906@yandex.com>
2022-12-16 01:46:21 +08:00
iceman1001 e364d7e03d add updated sim module firmware v4.13, this is breaking change for smart category commands 2022-12-09 07:36:02 +01:00
iceman1001 53b2909f04 prepping for sim module firmware upgrade file 2022-12-05 22:32:40 +01:00
Alexandre Reol 647440236d Add xcode-select command 2022-08-04 16:35:30 +02:00
Alexandre Reol ecea6a5347 Update instructions for macOS Ventura 2022-08-04 16:31:59 +02:00
Alexandre Reol 5f67ba85c6 Add installation guide for macOS Ventura Beta users 2022-08-03 14:17:08 +02:00
Mike 2e52b4ba30
Update Windows-Installation-Instructions.md 2022-06-20 11:08:18 +12:00
iceman1001 a0ac404497 added missing lib dependency (thanks @mistial-dev) 2022-06-13 07:30:35 +02:00
iceman1001 248cc83aab textual 2022-03-20 10:14:46 +01:00
iceman1001 22033272ec improving instructions to make them clear 2022-03-20 10:13:20 +01:00
iceman1001 1145f0b628 fix link 2022-03-20 09:59:34 +01:00
iceman1001 95d18d5d9f fix linkä 2022-03-20 09:56:09 +01:00
iceman1001 b73c59dc1e correcting text 2022-03-20 09:54:39 +01:00
iceman1001 2523ac7177 text 2022-03-20 09:34:36 +01:00
Maxie D. Schmidt 074f40e9f8
Update Mac-OS-X-Compile-From-Source-Instructions.md 2022-03-02 05:30:49 -05:00
Maxie D. Schmidt 76bb9ed575
Update Mac-OS-X-Compile-From-Source-Instructions.md 2022-03-01 15:58:45 -05:00
Maxie D. Schmidt eb85ba4ebd
Create Mac-OS-X-Compile-From-Source-Instructions.md
New documentation file to provide installation from source instructions on MacOS. This procedure has been tested on MacOS Big Sur.
2022-03-01 15:44:05 -05:00
iceman1001 de8a2fd8db text 2022-02-27 12:28:05 +01:00
iceman1001 b636544c1e text 2022-02-27 12:27:12 +01:00
Philippe Teuwen febc5fe6e2 words 2022-02-27 12:06:14 +01:00
iceman1001 2574f49801 passage about --force when flashing 2022-02-27 08:17:29 +01: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
İlteriş Eroğlu f940da8615
Update Mac-OS-X-MacPorts-Installation-Instructions.md 2021-11-26 14:47:12 +03:00
Philippe Teuwen a6a567626b update instructions to get python support 2021-10-11 23:41:10 +02:00
Philippe Teuwen 88308ea727 typos 2021-10-10 01:35:45 +02:00
iceman1001 67a3a3fbb9 text 2021-07-14 09:58:04 +02:00
İlteriş Yağıztegin Eroğlu e07c8472cf change docs for macports 2021-07-04 13:00:30 +03:00
İlteriş Yağıztegin Eroğlu 668936845e fix typo 2021-07-03 20:48:04 +03:00
İlteriş Yağıztegin Eroğlu 3cd109f475 add macports instructions, experimental as always 2021-07-03 20:46:20 +03:00
iceman1001 2d1f7adb03 text 2021-06-25 17:21:50 +02:00
Alexandru Turcanu b69900725b
Update Mac-OS-X-Homebrew-Installation-Instructions.md 2021-06-21 15:29:58 -07:00
İlteriş Eroğlu 8cfe280ebc
fix mislinked image 2021-06-15 11:41:10 +03:00
İlteriş Yağıztegin Eroğlu 81bbeb6e61 change image location inside repo 2021-06-12 04:51:20 +03:00
İlteriş Yağıztegin Eroğlu 9ab8ee4ef7 add xquartz and xcode clitools 2021-06-11 14:42:13 +03:00
İlteriş Yağıztegin Eroğlu 3629e8ec77 Doc correction for windows and troubleshooting 2021-06-11 14:18:50 +03:00
iceman1001 f91249c2a4 text 2021-01-20 14:32:16 +01:00
iceman1001 0b37e2a062 text updates 2021-01-20 14:15:43 +01:00
iceman1001 517fa271cd text 2021-01-07 12:59:04 +01:00
tcprst ecd52347fa
Add support for Apple Silicon (M1) 2021-01-03 19:27:20 -05:00
gator96100 483707a45a Moved vscode instructions 2020-12-30 00:00:39 +01:00