mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
textual
This commit is contained in:
parent
edebf17be5
commit
002029d32d
2 changed files with 14 additions and 0 deletions
|
@ -76,8 +76,15 @@ If you want to run the graphical components of the Proxmark3 client, you need to
|
|||
|
||||
Enter WSL prompt (`wsl`) and from there, follow the [Linux Installation Instructions](/doc/md/Installation_Instructions/Linux-Installation-Instructions.md) for Ubuntu, summarized here below:
|
||||
|
||||
Make sure your WSL guest OS is up-to-date first
|
||||
```sh
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get auto-remove -y
|
||||
```
|
||||
|
||||
Install dependencies
|
||||
```sh
|
||||
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
|
||||
libreadline-dev gcc-arm-none-eabi libnewlib-dev libbz2-dev qtbase5-dev
|
||||
```
|
||||
|
|
|
@ -24,6 +24,13 @@ git pull
|
|||
make clean && make all
|
||||
```
|
||||
|
||||
### if you got an error
|
||||
Read the [troubleshooting guide](/doc/md/Installation_Instructions/Troubleshooting.md),
|
||||
|
||||
For instance, on WSl-1 you usually get the _libQt5Core.so.5 not found_ message
|
||||
[solution](/doc/md/Installation_Instructions/Troubleshooting.md#libQt5Coreso5-not-found)
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
This is an optional step. If you do
|
||||
|
|
Loading…
Reference in a new issue