Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/BUILDING-FEDORA.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ sudo dnf install \
curl-devel \
gcc-c++ \
obs-studio-devel \
opencv-devel
opencv-devel \
onnxruntime-devel
Comment on lines 20 to +22

Copilot AI Mar 24, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says Fedora needed both onnxruntime-devel and onnxruntime, but the updated dependency list only adds onnxruntime-devel. To avoid confusion (and to ensure the runtime library is present if -devel doesn’t pull it in on some Fedora variants), either add onnxruntime here as well or explicitly note that installing onnxruntime-devel will install the runtime package as a dependency.

Copilot uses AI. Check for mistakes.
```

Run the following command to compile the plugin:
Expand Down
Loading