%general-entities; ]> $LastChangedBy$ $Date$ dvisvgm-&dvisvgm-version; dvisvgm Introduction to dvisvgm The dvisvgm package converts DVI, EPS and PDF files to SVG format. &lfs90_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &dvisvgm-md5sum; Download size: &dvisvgm-size; Estimated disk space required: &dvisvgm-buildsize; Estimated build time: &dvisvgm-time; dvisvgm Dependencies Required , Optional with and (see command explanations), dblatex (with the above) and xxHash (the current version is included in the tarball) User Notes: Installation of 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/&texlive-year;/lib/libkpathsea.so /usr/lib Now install dvisvgm by running the following commands: ./configure \ --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH} \ --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \ --with-kpathsea=/opt/texlive/&texlive-year; && make To test the results, issue: make check. Now, as the root user: make install && install -v -m644 doc/dvisvgm.1 \ /opt/texlive/&texlive-year;/texmf-dist/doc/man/man1 Command Explanations ln -svf /opt/texlive/&texlive-year;/lib/libkpathsea.so /usr/lib: Without this, the program will not link correctly, --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man: Unusually, the shipped man page will only be installed by make install if all of asciidoc, xmlto and libxslt have been installed. This switch ensures it will overwrite the (old) page installed by the texmf tarball if it installs. --with-kpathsea=/opt/texlive/&texlive-year;: This allows the build system to find the headers for kpathsea install -v -m644 doc/dvisvgm.1 ...: This ensures that the man page is installed in the correct place even if the optional dependencies are not present, and overwrites the version installed by make install if they are present. Contents Installed Program(s) Installed Librar(y,ies) Installed Director(y,ies) dvisvgm none none Short Descriptions dvisvgm converts DVI, EPS and PDF files to the SVG format dvisvgm