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-10.1 platform.
Download (HTTP): https://github.com/fontforge/libspiro/releases/download/20200505/libspiro-dist-20200505.tar.gz
Download MD5 sum: d2d3eef9381c05a9a0268c0863ec9f9d
Download size: 413 KB
Estimated disk space required: 5.3 MB (add 1.2 MB if running the tests)
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libspiro
Install libspiro by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2021-02-21 17:09:04 -0600