dcfldd icon indicating copy to clipboard operation
dcfldd copied to clipboard

Build dependencies are undocumented

Open davidpolverari opened this issue 2 years ago • 2 comments

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 avatar Sep 04 '23 16:09 davidpolverari

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.

hartwork avatar May 01 '24 18:05 hartwork

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!

davidpolverari avatar May 02 '24 04:05 davidpolverari