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

Packages required for building on Debian 9 #49

Open
Samathy opened this issue Apr 1, 2021 · 2 comments
Open

Packages required for building on Debian 9 #49

Samathy opened this issue Apr 1, 2021 · 2 comments

Comments

@Samathy
Copy link

Samathy commented Apr 1, 2021

Debian 9 is pretty old now, but castget builds okay if you install the following packages:

pkg-config
libglib2.0-dev
libxml2-dev
libcurl3-dev
libid3-dev

( and obviously make and a c compiler )

Happy to make a PR to get that written down, but this project seems to have pretty limited 'build' instructions for specific OSs so I'd like advice on where is best to put this package list.

@BorisWilhelms
Copy link

Similar for Alpine (e.g. when building in docker) you need to install the following packages:

  • libxml2-dev
  • glib-dev
  • curl-dev
  • taglib-dev

@mlj
Copy link
Owner

mlj commented Aug 30, 2021

Thanks, I'll add this to the README.md file.

It's going to be challenging to keep this up to date over time since I don't regularly test on any of these platforms. The CI builds use Ubuntu + MacOS, so those two I can keep up to date, but for others I would appreciate help keeping an eye on things :)

Re. the list for Debian 9: The development version has switched from id3lib to taglib. Based on this, it looks like libtagc0-dev is the required dependency, but would be great if somebody can confirm.

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

3 participants