The dvisvgm package converts DVI, EPS and PDF files to SVG format.
本パッケージは LFS-10.0 において正しくビルドでき動作することが確認されています。
ダウンロード (HTTP): https://github.com/mgieseki/dvisvgm/releases/download/2.11/dvisvgm-2.11.tar.gz
ダウンロード MD5 sum: 742d16960485468a8c744dee3762aa74
ダウンロードサイズ: 3.0 MB
必要ディスク容量: 330 MB (49 MB installed, add 954 MB for the tests)
概算ビルド時間: 0.7 SBU (add 0.5 SBU for the tests, both using parallelism=4)
Brotli-1.0.9, ghostscript-9.53.3, Potrace-1.16
asciidoc-9.0.4 with xmlto-0.0.28 and libxslt-1.1.34 (see command explanations), dblatex (with the above) and xxHash (the current version is included in the tarball)
To enable the build system to link to libkpathsea.so
, as the root
user create a symlink from /usr/lib
:
ln -svf /opt/texlive/2020/lib/libkpathsea.so /usr/lib
The testsuite assumes that a modern version of Python has been installed as plain python. Adjust it to use python3 with the following sed:
sed -i 's/python/&3/' tests/Makefile.in
Now install dvisvgm by running the following commands:
./configure \ --bindir=/opt/texlive/2020/bin/${TEXARCH} \ --mandir=/opt/texlive/2020/texmf-dist/doc/man \ --with-kpathsea=/opt/texlive/2020 && make
To test the results, issue: make check.
Now, as the root
user:
make install
ln -svf /opt/texlive/2020/lib/libkpathsea.so /usr/lib: Without this, the program will not link correctly,
--with-kpathsea=/opt/texlive/2020:
This allows the build system to find the headers for kpathsea
最終更新日: 2020-12-17 12:05:32 +0900