diff options
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/README')
-rw-r--r-- | Build/source/texk/dvisvgm/dvisvgm-src/README | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/README b/Build/source/texk/dvisvgm/dvisvgm-src/README index 008ffb4a2dd..2fc27223b4f 100644 --- a/Build/source/texk/dvisvgm/dvisvgm-src/README +++ b/Build/source/texk/dvisvgm/dvisvgm-src/README @@ -41,6 +41,13 @@ DEPENDENCIES searching files in the large texmf tree. Please ensure that you use the kpathsea version coming with or matching your TeX system. + * OpenSSL crypto library (https://www.openssl.org) + dvisvgm comes with a bundled implementation of the MD5 hash algorithm which + can optionally be replaced with the corresponding function of the OpenSSL + crypto library. If the configuration script finds the OpenSSL development + files on the build system, it links against libcrypto instead of the bundled + MD5 module. + * potracelib (http://potrace.sourceforge.net) Peter Selinger's bitmap tracing library is utilized to vectorize Metafont's bitmap output. A recent version is also part of the dvisvgm sources. @@ -78,14 +85,14 @@ BUILDING DVISVGM FROM SOURCE Quick installation info: * ensure that the development packages of all libraries, listed above, - are installed + are installed * type "./autogen.sh" if "configure" is not present in the dvisvgm root folder - * either type "./configure" if you don't want to use the bundled libraries - brotli, woff2, and xxHash but link against the corresponding - system libraries, - or type "./configure --enable-bundled-libs" in order to build and - statically link the bundled libraries. + * either type "./configure" if you don't want to use the bundled libraries + brotli, woff2, and xxHash but link against the corresponding + system libraries, + or type "./configure --enable-bundled-libs" in order to build and + statically link the bundled libraries. * type "make" * type "make install" as root (or "sudo make install") |