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

Build dependencies are undocumented #20

Open
davidpolverari opened this issue Sep 4, 2023 · 2 comments
Open

Build dependencies are undocumented #20

davidpolverari opened this issue Sep 4, 2023 · 2 comments
Assignees

Comments

@davidpolverari
Copy link
Collaborator

The README.md file doesn´t explain about the required build-time dependencies. There is a need to clarify those to ease the build and process by third-parties, especially contributors.

@davidpolverari davidpolverari self-assigned this Sep 4, 2023
@hartwork
Copy link
Contributor

hartwork commented May 1, 2024

Hi @davidpolverari to my best knowledge the build dependencies are:

  • A C99 compiler (currently seems to rely on -std=gnu99 but can be fixed, likely easily)
  • pkg-config

For a fresh Git clone additional dependencies are:

  • autoconf
  • automake

I'm not a maintainer here but I'll be happy to review a related pull request.

@davidpolverari
Copy link
Collaborator Author

Hi! Thanks, @hartwork!

I created this issue more as a reminder to add those build dependencies to the README. As I was planning to enhance the file, I postponed solving the issue, but I will do it asap. Anyways, thanks for the help again!

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