From 5af466e2396c42faf086935f539db829e1f4a092 Mon Sep 17 00:00:00 2001 From: Suraj Sonawane Date: Thu, 13 Mar 2025 20:47:00 +0530 Subject: [PATCH] tools: testbench: Add missing dependencies in README.md Updated tools/testbench/README.md to include missing dependencies for Ubuntu/Debian and Fedora. This ensures users can install the required packages beforehand, avoiding setup issues. Signed-off-by: Suraj Sonawane --- tools/testbench/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/testbench/README.md b/tools/testbench/README.md index fb5ef9085312..258888211888 100644 --- a/tools/testbench/README.md +++ b/tools/testbench/README.md @@ -14,6 +14,15 @@ * Allows easy use of conventional debugger, profiler, leak and memory check tools usage for DSP firmware code. +### Prerequisites + +Before running the SOF testbench, install the required dependencies: + +``` +sudo apt install valgrind octave-signal octave # For Ubuntu/Debian +sudo dnf install valgrind octave-signal octave # For Fedora +``` + ### Quick how-to The simplest way to build and execute testbench is with supplied