Libspiro will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/fontforge/libspiro/releases/download/20220722/libspiro-dist-20220722.tar.gz
Download SHA256 Sum: 3b8e54473f3d4d99c014f2630e62f966f5f4e25c28ca59b63d30bd8e9b7593f5
Download MD5 sum: c21f86e6c1ad65ed4cb1f754f6d7563c
Download size: 1,685.9 KB
Estimated disk space required: 4,759.1 KB
Estimated build time: less than 0.1 SBU
Prepare libspiro by running the following commands:
./configure --prefix=/usr --disable-static
To Build the package, issue:
make
To test the results, issue:
make check
Now Install the package, as the root user:
make install
--disable-static: This switch prevents
installation of static versions of the libraries.