diff options
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/README')
-rw-r--r-- | Build/source/texk/dvisvgm/dvisvgm-src/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/README b/Build/source/texk/dvisvgm/dvisvgm-src/README index 06c756f02d7..ea4b24eb16d 100644 --- a/Build/source/texk/dvisvgm/dvisvgm-src/README +++ b/Build/source/texk/dvisvgm/dvisvgm-src/README @@ -65,9 +65,16 @@ DEPENDENCIES you also need the Google Test libraries (https://github.com/google/googletest). -COMPILATION +BUILDING DVISVGM FROM SOURCE + + dvisvgm is written in C++11 (ISO C++ standard 2011) and requires an appropriate + compiler, like GCC 4.8.1, Clang 3.3, or any later version. The configure script + checks for the availability of C++11 support and adds the proper compiler + options if necessary. Quick installation info: + * type "./autogen.sh" if "configure" is not present in the dvisvgm + root folder * type "./configure" * type "make" * type "make install" as root (or "sudo make install") @@ -82,7 +89,7 @@ COMPILATION The tracer module calls Metafont in case of lacking TFM or PFB files via a system call. Please ensure that Metafont is installed and - reachable through the search path. + reachable through the system's search path. If you don't like compiling the sources yourself, you can download pre-compiled executables for Windows and MiKTeX |