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

Update wiki for Fedora build dependencies #672

Open
gojun077 opened this issue May 7, 2024 · 0 comments
Open

Update wiki for Fedora build dependencies #672

gojun077 opened this issue May 7, 2024 · 0 comments

Comments

@gojun077
Copy link

gojun077 commented May 7, 2024

Hi clangen,

Much thanks for making such an awesome cross-platform music server and client! I recently built musikcube for ARM64 on Asahilinux Fedora Remix (F39) and I followed the instructions from https://github.com/clangen/musikcube/wiki/building

In the package dependencies list for Fedora, ffmpeg-devel doesn't exist in the default repository; instead this should be changed to ffmpeg-free-devel. In addition, the package list is missing asio-devel. The edited shell snippet for Fedora using dnf package manager should look like the following:

sudo dnf install gcc-c++ make cmake libogg-devel libvorbis-devel \
  ffmpeg-free-devel ncurses-devel zlib-devel alsa-lib-devel \
  pulseaudio-libs-devel libcurl-devel libmicrohttpd-devel lame-devel \
  libev-devel taglib-devel openssl-devel libopenmpt-devel asio-devel

I can verify that the resulting binary runs great on my ARM64 Apple Silicon MBP M1! 🎉

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

1 participant