The wv package contains tools for reading information from an MS Word document.
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://anduin.linuxfromscratch.org/BLFS/wv/wv-1.2.9.tar.gz
MD5 校验和:dbccf2e9f747e50c913b7e3d126b73f7
大小:608 KB
预计所需磁盘空间:25 MB
预计构建时间:0.4 SBU
libgsf-1.14.58 and libpng-1.6.58
Install wv by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not have a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.