The dvisvgm package converts DVI, EPS and PDF files to SVG format.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/mgieseki/dvisvgm/releases/download/3.1.2/dvisvgm-3.1.2.tar.gz
ダウンロード MD5 sum: bceb859ea2a68e579b06bf259bbe5a53
ダウンロードサイズ: 2.9 MB
必要ディスク容量: 311 MB (45 MB installed, add 958 MB for the tests)
概算ビルド時間: 0.8 SBU (add 0.5 SBU for the tests, both using parallelism=4)
Brotli-1.1.0, ghostscript-10.02.1, Potrace-1.16
asciidoc-10.2.0 with xmlto-0.0.28 and libxslt-1.1.39 (see command explanations), dblatex (with the above) and xxHash (the current version is included in the tarball)
The test suite assumes that a modern version of Python has been installed as plain
python. Changing this
to use python3
requires a sed to one Makefile.in
file.
以下のコマンドを実行して dvisvgm をビルドします。
sed -i 's/python/&3/' tests/Makefile.in && ./configure \ --bindir=$TEXLIVE_PREFIX/bin/${TEXARCH} \ --mandir=$TEXLIVE_PREFIX/texmf-dist/doc/man \ --with-kpathsea=$TEXLIVE_PREFIX && make
To test the results, issue: make check.
Now, as the root
user:
make install
--with-kpathsea=$TEXLIVE_PREFIX
: This
allows the build system to find the headers for kpathsea