Skip to content

Commit

Permalink
tools/plugin/README.md: add -GNinja. Remove stale -DPLUGIN_IPC4
Browse files Browse the repository at this point in the history
Add instructions to build sof_ep and parser_ep first to avoid dependency
issue and race condition.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and ranj063 committed Dec 1, 2023
1 parent ac750ed commit 50c224a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ IPC3 is not functional and not supported

```
cd sof
mkdir build_plugin
cd build_plugin
cmake ../tools/plugin -DPLUGIN_IPC4=ON
cmake -GNinja -B build-plugin/ -S tools/plugin/
# Build external projects first to avoid build race condition
# Dropping -GNinja is another (very slow) option.
cmake --build build-plugin/ -- sof_ep parser_ep
cmake --build build-plugin/
```
then (use default ALSA prefix atm)

Expand Down

0 comments on commit 50c224a

Please sign in to comment.