x265 package provides a library for encoding video streams into the H.265/HEVC format.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/BLFS/x265/x265_3.4.tar.gz
Download MD5 sum: e37b91c1c114f8815a3f46f039fe79b5
Download size: 1.4 MB
Estimated disk space required: 35 MB
Estimated build time: 0.9 SBU (using parallelism=4)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/x265
Install x265 by running the following commands:
mkdir bld && cd bld && cmake -DCMAKE_INSTALL_PREFIX=/usr ../source && make
This package does not come with a test suite.
Now, as the root
user:
make install && rm -vf /usr/lib/libx265.a
rm -vf /usr/lib/libx265.a: BLFS does not recommend using static libraries.
Last updated on 2021-02-21 17:09:04 -0600