From 35ab8cc5e06f702f2f40c8825487e1a60486b9e6 Mon Sep 17 00:00:00 2001 From: sergewar Date: Wed, 10 Dec 2025 01:43:10 +0200 Subject: [PATCH] Update requisites for compiling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f18b1c..223af79 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ devices by looking at the image using e.g. Ghidra. ## Compiling 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: