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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/fontforge/libspiro/releases/download/20220722/libspiro-dist-20220722.tar.gz
MD5 校验和:c21f86e6c1ad65ed4cb1f754f6d7563c
大小:428 KB
预计所需磁盘空间:5.1 MB (add 1.3 MB if running the tests)
预计构建时间:0.1 SBU
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.