Update requisites for compiling

This commit is contained in:
sergewar
2025-12-10 01:43:10 +02:00
committed by GitHub
parent fccafe8059
commit 35ab8cc5e0
+1 -1
View File
@@ -52,7 +52,7 @@ devices by looking at the image using e.g. Ghidra.
## Compiling ## Compiling
Install the following particular build requisites (Debian 12, should work on Ubuntu) Install the following particular build requisites (Debian 12, should work on Ubuntu)
``` ```
sudo apt install sdcc xxd python sudo apt install sdcc xxd python-is-python3 libjson-c-dev
``` ```
Now, building the firmware image should work: Now, building the firmware image should work: