Skip to content

fix: Fedora deps to build #87

@pythoninthegrass

Description

@pythoninthegrass

I'm on Fedora 42 x86_64. The readme is missing necessary dependencies to successfully build fm.

These are the truncated errors:

warning: [email protected]:
error: failed to run custom build command for `poppler-sys-rs v0.24.0`
warning: build failed, waiting for other jobs to finish...
warning: [email protected]:
error: failed to run custom build command for `sourceview5-sys v0.9.0`
warning: build failed, waiting for other jobs to finish...
warning: [email protected]:
error: failed to run custom build command for `libpanel-sys v0.5.0`

I had to install the following:

sudo dnf install -y gtk4-devel libadwaita-devel libpanel-devel gtksourceview5-devel poppler-glib-devel

Then was able to run cargo build successfully 🎉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions