Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the names of the packages needed to build in Fedora? #299

Open
Ashdemai opened this issue Nov 3, 2022 · 2 comments
Open

What are the names of the packages needed to build in Fedora? #299

Ashdemai opened this issue Nov 3, 2022 · 2 comments

Comments

@Ashdemai
Copy link

Ashdemai commented Nov 3, 2022

searching the dnf, I can't find the required packages. Obviously, cmake isn't going to work without them.

@Ckath
Copy link
Contributor

Ckath commented Nov 3, 2022

from when I had to fish together what it wanted until it compiled on arch:

makedepends=(git cmake sdl2 libsoup libnotify gstreamer gst-plugins-bad-libs
ffmpeg nasm)

you'd have to go search for what they are on fedora I'm afraid. the only thing that looks hard to find exactly seems to be the gst-plugins.
some trial and error with that and https://github.com/Sneeds-Feed-and-Seed/sneedacity/blob/master/linux/build-environment/dependencies.sh as refernce should get you there eventually

@Ashdemai
Copy link
Author

Ashdemai commented Nov 3, 2022

Thanks, I'll try to dig it with that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants