Initial Release
Welcome
Version 1.1 is the first official release for ZBatt. It fully supports both Linux and FreeBSD 10.x.
Feel free to browse around or just download the pre-packaged release tarball below. Note that the pre-compiled binaries were statically compiled; so they'll be a bit bigger than they would have been had they been linked against the libraries they use rather than actually including said libraries within their object code.
Install
Building ZBatt should be simple enough if you're using either Linux or FreeBSD. The current build setup works with both clang
and gcc
.
make install
Dependencies
Linux
- libacpi
Building
autoreconf -i
./configure
make