teleshoes / tpacpi-bat

ThinkPad ACPI Battery Util
GNU General Public License v3.0
432 stars 47 forks source link

acpi_call requires kernel sources #80

Closed Raffaello closed 7 years ago

Raffaello commented 7 years ago

It would be nice to add the info in the readme or auto install the kernel sources automatically from install.pl

teleshoes commented 7 years ago

acpi_call is listed as a requirement in the README. that means, by definition, any dependency for acpi_call is also a dependency for tpacpi-bat.

as for install.pl, its fairly distribution-agnostic, while installing linux sources is distribution-dependent, so it cant install the sources for you.

install.pl is a somewhat useful tool, but mostly its just to illustrate how it expects acpi_call and tpacpi-bat to be installed.