summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-21 23:54:15 +0000
committerKarl Berry <karl@freefriends.org>2017-02-21 23:54:15 +0000
commit216791a94d49b9c2142dcb14d7d7ff639b9e2e5b (patch)
tree5af1781eb56ff157c7e0ff6346b5cbc3b4e152ed /Build/source/texk/dvisvgm/dvisvgm-src/README
parent91c9b5dc1e480401f79c7ea64bd98754e1eab170 (diff)
dvisvgm-2.1.3
git-svn-id: svn://tug.org/texlive/trunk@43293 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/README')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/README11
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