The libatasmart package is a disk reporting library. It only supports a subset of the ATA S.M.A.R.T. functionality.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://0pointer.de/public/libatasmart-0.19.tar.xz
MD5 校验和:53afe2b155c36f658e121fe6def33e77
大小:248 KB
预计所需磁盘空间:3 MB
预计构建时间:小于 0.1 SBU
Editor Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libatasmart
Install libatasmart by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root user:
make docdir=/usr/share/doc/libatasmart-0.19 install
--disable-static: This
switch prevents installation of static versions of the libraries.