libxcvt is a library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator. It is meant to be a direct replacement to the version formerly provided by the Xorg server.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://www.x.org/pub/individual/lib/libxcvt-0.1.1.tar.xz
Download (FTP): ftp://ftp.x.org/pub/individual/lib/libxcvt-0.1.1.tar.xz
Download MD5 sum: 9f30247e8b5a09fa1df9538252a192b5
Download size: 9.4 KB
Estimated disk space required: 584 KB
Estimated build time: less than 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libxcvt
Install libxcvt by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.