digitaltrails / ddcutil-service

A Dbus ddcutil server for control of DDC Monitors/VDUs
GNU General Public License v2.0
11 stars 1 forks source link

Dependencies missing from the README.md #26

Closed w8jcik closed 3 months ago

w8jcik commented 3 months ago

It is not clear from the instructions what is needed to build this package.

I figured out that this is needed on Ubuntu, but not sure if this is all

sudo apt install libglib2.0-dev libddcutil-dev 
digitaltrails commented 3 months ago

The README.md does include the line:

The service is written in C. It has very few dependencies (glib and libddcutil) and is consequently quite easy to build.

Plus the spec file is quite explicit about what is required.

But to be clearer, I will list them in a section and correct glib to glib-2. I consider it up to the person distributing or building to figure out how that translates to exact distro-specific dependencies.

digitaltrails commented 3 months ago

Added more info on dependencies.