aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/installation/prerequisites-source.xml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-22 23:44:34 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-23 18:26:48 +0200
commit942cd687f9ae190fc9a989a46c3207bd38377ade (patch)
treea01d05342594591f5ab2179819d6dffa06e406cb /doc/manual/installation/prerequisites-source.xml
parentef606760abd87c98371fbc08c1f25ad897823a2a (diff)
Remove libxml2 / libxslt prerequisites
Diffstat (limited to 'doc/manual/installation/prerequisites-source.xml')
-rw-r--r--doc/manual/installation/prerequisites-source.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml
index fa6da9b1e..77955eecc 100644
--- a/doc/manual/installation/prerequisites-source.xml
+++ b/doc/manual/installation/prerequisites-source.xml
@@ -74,18 +74,6 @@
1.14.0 or higher. It can be obtained from the its repository
<link xlink:href="https://github.com/troglobit/editline" />.</para></listitem>
- <listitem><para>The <command>xmllint</command> and
- <command>xsltproc</command> programs to build this manual and the
- man-pages. These are part of the <literal>libxml2</literal> and
- <literal>libxslt</literal> packages, respectively. You also need
- the <link
- xlink:href="http://docbook.sourceforge.net/projects/xsl/">DocBook
- XSL stylesheets</link> and optionally the <link
- xlink:href="http://www.docbook.org/schemas/5x"> DocBook 5.0 RELAX NG
- schemas</link>. Note that these are only required if you modify the
- manual sources or when you are building from the Git
- repository.</para></listitem>
-
<listitem><para>Recent versions of Bison and Flex to build the
parser. (This is because Nix needs GLR support in Bison and
reentrancy support in Flex.) For Bison, you need version 2.6, which