Skip to content

Commit b0539b4

Browse files
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 <surajsonawane0215@gmail.com>
1 parent b9e6e14 commit b0539b4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tools/testbench/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
* Allows easy use of conventional debugger, profiler, leak and memory check
1515
tools usage for DSP firmware code.
1616

17+
### Prerequisites
18+
19+
Before running the SOF testbench, install the required dependencies:
20+
21+
```
22+
sudo apt install valgrind octave-signal octave # For Ubuntu/Debian
23+
sudo dnf install valgrind octave-signal octave # For Fedora
24+
```
25+
1726
### Quick how-to
1827

1928
The simplest way to build and execute testbench is with supplied

0 commit comments

Comments
 (0)