jakeh12 / rpi-backlight

Simple program for controlling backlight of the official Raspberry Pi Touchscreen.
GNU General Public License v3.0
12 stars 12 forks source link

Add autotools fu and deb packaging files #1

Open sarnold opened 7 years ago

sarnold commented 7 years ago

Build this on raspbian with:

$ debuild -b -uc -us

or manually with ./autogen.sh, configure, make, etc.

uchuugaka commented 6 years ago

I am curious, in part because I do not know a lot about autotools, what makes this better as a whole? It kind of introduces autotools as a dependency and a more complex one too. I would hope it would include some more detailed docs or links to them on that. What is there now is much easier to understand. Does autotools provide more ability to build this across other OS's or integrate better with existing build tools for say Raspbian or something?