The dvisvgm package converts DVI, EPS and PDF files to SVG format.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): https://github.com/mgieseki/dvisvgm/releases/download/2.10/dvisvgm-2.10.tar.gz
Download MD5 sum: 46f80dd3b68acf79d47e89c3e4ee1179
Download size: 3.0 MB
Estimated disk space required: 328 MB (49 MB installed, add 950 MB for the tests)
Estimated build time: 0.8 SBU (add 0.6 SBU for the tests, both using parallelism=4)
Brotli-1.0.7, ghostscript-9.52 and Potrace-1.16
asciidoc-9.0.2 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)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/dvisvgm
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
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
Last updated on 2020-08-20 10:20:51 -0700