mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Debian/WSL: align reqs and move to QT5 by default
This commit is contained in:
parent
27a0402a3d
commit
1cc027d41a
2 changed files with 8 additions and 7 deletions
|
@ -24,11 +24,11 @@ sudo apt-get update
|
||||||
Install the requirements
|
Install the requirements
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get install git ca-certificates build-essential libreadline5 libreadline-dev \
|
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
|
||||||
pkg-config gcc-arm-none-eabi libnewlib-dev libqt4-dev
|
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `libqt4-dev`.
|
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.
|
||||||
|
|
||||||
If you get some (non blocking) error at runtime such as _Gtk-Message: Failed to load module "canberra-gtk-module"_ you may have to install `libcanberra-gtk-module`.
|
If you get some (non blocking) error at runtime such as _Gtk-Message: Failed to load module "canberra-gtk-module"_ you may have to install `libcanberra-gtk-module`.
|
||||||
|
|
||||||
|
@ -48,6 +48,8 @@ sudo pacman -Su qt5-base
|
||||||
sudo dnf install git make gcc gcc-c++ arm-none-eabi-gcc-cs arm-none-eabi-newlib readline-devel qt5-qtbase-devel libatomic
|
sudo dnf install git make gcc gcc-c++ arm-none-eabi-gcc-cs arm-none-eabi-newlib readline-devel qt5-qtbase-devel libatomic
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qt5-qtbase-devel`.
|
||||||
|
|
||||||
# Clone the RRG/Iceman repository
|
# Clone the RRG/Iceman repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -98,12 +98,11 @@ Enter WSL prompt (`wsl`) and from there, follow the [Linux Installation Instruct
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git ca-certificates build-essential libreadline5 libreadline-dev \
|
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
|
||||||
pkg-config gcc-arm-none-eabi libstdc++-arm-none-eabi-newlib \
|
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev
|
||||||
libqt4-dev
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `libqt4-dev`.
|
If you don't need the graphical components of the Proxmark3 client, you can skip the installation of `qtbase5-dev`.
|
||||||
|
|
||||||
## Clone the RRG/Iceman repository
|
## Clone the RRG/Iceman repository
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue