diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-22 23:44:34 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-23 18:26:48 +0200 |
commit | 942cd687f9ae190fc9a989a46c3207bd38377ade (patch) | |
tree | a01d05342594591f5ab2179819d6dffa06e406cb /doc/manual/src/installation | |
parent | ef606760abd87c98371fbc08c1f25ad897823a2a (diff) |
Remove libxml2 / libxslt prerequisites
Diffstat (limited to 'doc/manual/src/installation')
-rw-r--r-- | doc/manual/src/installation/prerequisites-source.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/manual/src/installation/prerequisites-source.md b/doc/manual/src/installation/prerequisites-source.md index 311961fe9..69b7c5a5e 100644 --- a/doc/manual/src/installation/prerequisites-source.md +++ b/doc/manual/src/installation/prerequisites-source.md @@ -54,15 +54,6 @@ obtained from the its repository <https://github.com/troglobit/editline>. - - The `xmllint` and `xsltproc` programs to build this manual and the - man-pages. These are part of the `libxml2` and `libxslt` packages, - respectively. You also need the [DocBook XSL - stylesheets](http://docbook.sourceforge.net/projects/xsl/) and - optionally the [DocBook 5.0 RELAX NG - schemas](http://www.docbook.org/schemas/5x). Note that these are - only required if you modify the manual sources or when you are - building from the Git repository. - - 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 can be obtained from |