Skip to content

Commit 47f3f44

Browse files
SurajSonawane2415kv2019i
authored andcommitted
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 96eb551 commit 47f3f44

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)