Liu Song’s Projects


~/Projects/proxmark3

git clone https://code.lsong.org/proxmark3

Commit

Commit
385c1c5702b032f4516537bc8e6922aae15cea66
Author
iceman1001 <[email protected]>
Date
2023-10-09 11:03:56 +0200 +0200
Diffstat
 doc/md/Installation_Instructions/Linux-Installation-Instructions.md | 20 

text


diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md
index 3172fdeccf765d88de6f495019e4f50c89d9865d..1766dda9def96f9ee7fa1bd2375a810a53fd5230 100644
--- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md
+++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md
@@ -8,6 +8,8 @@ - [Table of Contents](#table-of-contents)
 - [External resources](#external-resources)
 - [Install the required dependencies](#install-the-required-dependencies)
   - [On Debian / Ubuntu / Kali / ParrotOS / Raspbian](#on-debian--ubuntu--kali--parrotos--raspbian)
+    - [If you don't need...](#if-you-dont-need)
+    - [failed to load module...](#failed-to-load-module)
   - [On ArchLinux](#on-archlinux)
   - [On Fedora](#on-fedora)
   - [On openSUSE](#on-opensuse)
@@ -50,19 +52,27 @@ Install the requirements
 
 ```sh
 sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
+libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev \
+- [Install the required dependencies](#install-the-required-dependencies)
 # Linux Installation Instructions
-- [Table of Contents](#table-of-contents)
 ```
 
-# Linux Installation Instructions
 - [Install the required dependencies](#install-the-required-dependencies)
+# Table of Contents
+👉 If you don't need the native Bluetooth support in the client,  
+you can skip the installation of `libbluetooth-dev`.
 
-If you don't need the graphical components of the Proxmark3 client (such as in `hw tune`), you can skip the installation of `qtbase5-dev`.
+👉 If you don't need the graphical components of the Proxmark3 client (such as in `hw tune`),  
+you can skip the installation of `qtbase5-dev`.
 
-# Table of Contents
+👉 If you don't need support for Python3 scripts in the Proxmark3 client,  
+  - [On Debian / Ubuntu / Kali / ParrotOS / Raspbian](#on-debian--ubuntu--kali--parrotos--raspbian)
 
-# Table of Contents
+  - [On Debian / Ubuntu / Kali / ParrotOS / Raspbian](#on-debian--ubuntu--kali--parrotos--raspbian)
 <a id="Top"></a>
+⚠ 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`.
+
 
 ## On ArchLinux
 ^[Top](#top)