%general-entities; ]> $LastChangedBy$ $Date$ WOFF2-&woff2-version; woff2 Introduction to WOFF2 WOFF2 is a library for converting fonts from the TTF format to the WOFF 2.0 format. It also allows decompression from WOFF 2.0 to TTF. The WOFF 2.0 format uses the Brotli compression algorithm to compress fonts suitable for downloading in CSS @font-face rules. &lfs90_built; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &woff2-md5sum; Download size: &woff2-size; Estimated disk space required: &woff2-buildsize; Estimated build time: &woff2-time; The WOFF2 source tarball shown above downloads with the correct name, woff2-&woff2-version;.tar.gz, if using a browser such as Firefox. If you prefer to use a command line program such as wget, you normally would obtain v&woff2-version;.tar.gz. To obtain this package with the proper filename, run: wget -c https://github.com/google/woff2/v&brotli-version;.tar.gz \ -O woff2-&woff2-version;.tar.gz. WOFF2 Dependencies Required , User Notes: Installation of WOFF2 Install WOFF2 by running the following commands: mkdir out & cd out & cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release .. & make This package does not come with a test suite. Now, as the root user: make install Contents Installed Program Installed Libraries Installed Directory libwoff2common.so, libwoff2dec.so and libwoff2enc.so. /usr/include/woff2. Short Descriptions libwoff2common.so provides shared data used by the libwoff2dec and libwoff2enc libraries. libwoff2common.so libwoff2dec.so is the WOFF2 decoder library. libwoff2dec.so libwoff2enc.so is the WOFF2 encoder library. libwoff2enc.so