Iceman
e76ab09762
Update Windows-Installation-Instructions.md
...
Signed-off-by: Iceman <iceman@iuse.se>
2025-03-11 14:20:48 +01:00
Iceman
f9ea405940
Update Windows-Installation-Instructions.md
...
Signed-off-by: Iceman <iceman@iuse.se>
2024-01-29 11:55:45 +01:00
Iceman
e9e98848d9
Update Windows-Installation-Instructions.md
...
Signed-off-by: Iceman <iceman@iuse.se>
2024-01-29 11:48:06 +01: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
ea01fa5656
text
2023-10-09 11:18:54 +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
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
2671795b8b
textual
2022-02-26 17:15:32 +01: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
88308ea727
typos
2021-10-10 01:35:45 +02:00
iceman1001
67a3a3fbb9
text
2021-07-14 09:58:04 +02:00
iceman1001
2d1f7adb03
text
2021-06-25 17:21:50 +02: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
gator96100
483707a45a
Moved vscode instructions
2020-12-30 00:00:39 +01:00
gator96100
9bd73c4c0a
Updated installation instructions for ProxSpace
2020-12-29 21:43:29 +01:00
gator96100
800e68d993
Missing step
2020-12-29 17:54:49 +01:00
gator96100
9c43f8e44f
Updated wsl instructions
2020-12-29 17:50:43 +01:00
Philippe Teuwen
18a6d3e92a
typos
2020-10-23 01:24:58 +02:00
Iceman
1933f1be54
Update Windows-Installation-Instructions.md
2020-09-17 06:45:09 +02:00
Iceman
c836413e0e
Update Windows-Installation-Instructions.md
2020-09-17 06:32:42 +02:00
Gator96100
3e44005077
Corrected ProxSpace installation.
...
ProxSpace can not be cloned, as this causes errors during the installation.
runme.bat does no longer exist.
2020-09-16 23:03:47 +02:00
iceman1001
002029d32d
textual
2020-09-15 17:36:07 +02:00
Iceman
6641d0802d
Update Windows-Installation-Instructions.md
2020-09-06 14:49:09 +02:00
İlteriş Eroğlu
1ce6187b70
Redefine the WSL docs, as WSL 2 is available now
2020-08-13 12:00:58 +03:00
Philippe Teuwen
15012198f9
client: replace zlib by bzip2
2020-06-08 02:50:43 +02:00
Philippe Teuwen
5cdc6aab48
Remove libsndfile dep and code our own savewav
2020-01-13 13:49:32 +01:00
iceman1001
96d3bbc353
chg: update instructions for dependecies. sudo apt-get install libsndfile1-dev
2019-12-22 11:20:17 +01:00
Philippe Teuwen
a5a7719955
windows instructions: rephrase to avoid confusion with installation commands
2019-11-04 21:11:41 +01:00
mwalker33
9c2ef4e0da
2nd Win10 Color Reg. Key Check
2019-10-26 13:17:33 +11:00
mwalker33
275c628da5
lf t55xx detect and help
...
Added lf t55xx detect to try without password first and try password if still not detected.
Added password status to detected output.
Updated lf t55xx help to show current default downlink mode.
typo fixed in win10 color help
2019-10-08 21:46:36 +11:00
mwalker33
9b2dcf1a5c
help for win10 color
2019-10-06 18:40:50 +11:00
Philippe Teuwen
e95186e5c7
WSL: detect auth problems to run wmic
2019-09-24 11:45:38 +02:00
Philippe Teuwen
9f88580061
adapt flasher docs
2019-09-09 19:55:55 +02:00
Philippe Teuwen
1a459d644d
fix flasher doc
2019-09-09 01:54:59 +02:00
Philippe Teuwen
afe891647f
merge flasher in client
2019-09-09 01:35:15 +02:00
Philippe Teuwen
b577ca15e9
update instructions
2019-09-03 22:54:42 +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
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
d772c6169a
rename flasher -> proxmark3-flasher
2019-08-30 21:57:43 +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
04f3cbe58c
Update COMPILING.txt to point to the docs, update some instructions
2019-08-29 19:06:11 +02:00
Philippe Teuwen
73cefedd61
remove entirely ncurses, not needed nowadays
2019-08-29 18:22:14 +02:00
Philippe Teuwen
d746847d13
proxmark3.sh for WSL: handle case when chmod is needed
2019-07-14 17:58:47 +02:00