diff options
author | Janus Troelsen <ysangkok@gmail.com> | 2016-08-22T13·01+0200 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-02-07T20·56-0500 |
commit | 2b4c24f46a9a5ab5b0eb6d714efa73de201344f2 (patch) | |
tree | 12bf0a537839039c5a0ea88253dc69c7074d14ef /doc | |
parent | f7b7df8d1fcb41156fe92ef2ecf5b17074b88446 (diff) |
Remove Perl dependency listing in doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/installation/prerequisites-source.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index cd6d61356ba1..7311e4885e74 100644 --- a/doc/manual/installation/prerequisites-source.xml +++ b/doc/manual/installation/prerequisites-source.xml @@ -12,8 +12,6 @@ <listitem><para>A version of GCC or Clang that supports C++11.</para></listitem> - <listitem><para>Perl 5.8 or higher.</para></listitem> - <listitem><para><command>pkg-config</command> to locate dependencies. If your distribution does not provide it, you can get it from <link @@ -34,11 +32,6 @@ or higher. If your distribution does not provide it, please install it from <link xlink:href="http://www.sqlite.org/" />.</para></listitem> - <listitem><para>The Perl DBI and DBD::SQLite libraries, which are - available from <link - xlink:href="http://search.cpan.org/">CPAN</link> if your - distribution does not provide them.</para></listitem> - <listitem><para>The <link xlink:href="http://www.hboehm.info/gc/">Boehm garbage collector</link> to reduce the evaluator’s memory |