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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/fontforge/libspiro/releases/download/20220722/libspiro-dist-20220722.tar.gz
ダウンロード MD5 sum: c21f86e6c1ad65ed4cb1f754f6d7563c
ダウンロードサイズ: 428 KB
必要ディスク容量: 5.1 MB (add 1.3 MB if running the tests)
概算ビルド時間: 0.1 SBU
以下のコマンドを実行して libspiro をビルドします。
./configure --prefix=/usr --disable-static && make
ビルド結果をテストする場合は make check を実行します。
root
ユーザーになって以下を実行します。
make install
--disable-static
:
このスイッチはスタティックライブラリをインストールしないようにします。