This commit is contained in:
Jean-Francois Dockes 2018-01-07 10:20:59 +01:00
parent 2c76a70c0e
commit ac259385d6
2 changed files with 33 additions and 41 deletions

View File

@ -7358,28 +7358,27 @@ for i in range(nres):
</div> </div>
</div> </div>
</div> </div>
<p>If you can install any or all of the following through <p>The following prerequisites are described in broad
the package manager for your system, all the better. terms and not as specific package names (which will
Especially <span class="application">Qt</span> is a very depend on the exact platform). The dependancies should be
big piece of software, but you will most probably be able available as packages on most common Unix derivatives,
to find a binary package.</p> and it should be quite uncommon that you would have to
<p>If you are building for an exotic or older system, it build one of them.</p>
may be useful to note that functional improvements in
<span class="application">Recoll</span> have been
relatively marginal in recent versions, and that you may
make your life easier by using an older release, without
losing major function.</p>
<p>The shopping list:</p> <p>The shopping list:</p>
<div class="itemizedlist"> <div class="itemizedlist">
<ul class="itemizedlist" style= <ul class="itemizedlist" style=
"list-style-type: disc;"> "list-style-type: disc;">
<li class="listitem"> <li class="listitem">
<p>The <code class="literal">autoconf</code>, <p>The <span class=
<code class="literal">automake</code> and "command"><strong>autoconf</strong></span>,
<code class="literal">libtool</code> triad. Only <span class=
<code class="literal">autoconf</code> is needed "command"><strong>automake</strong></span> and
before <span class="application">Recoll</span> and <span class=
including 1.21.</p> "command"><strong>libtool</strong></span> triad.
Only <span class=
"command"><strong>autoconf</strong></span> is
needed for <span class="application">Recoll</span>
1.21 and earlier.</p>
</li> </li>
<li class="listitem"> <li class="listitem">
<p>C++ compiler. Recent versions require C++11 <p>C++ compiler. Recent versions require C++11
@ -7396,8 +7395,8 @@ for i in range(nres):
"command"><strong>xsltproc</strong></span> command. "command"><strong>xsltproc</strong></span> command.
For building the documentation (for <span class= For building the documentation (for <span class=
"application">Recoll</span> 1.21 and later). This "application">Recoll</span> 1.21 and later). This
sometimes comes with the <code class= sometimes comes with the <span class=
"literal">libxslt</code> package. And also the "application">libxslt</span> package. And also the
Docbook XML and style sheet files.</p> Docbook XML and style sheet files.</p>
</li> </li>
<li class="listitem"> <li class="listitem">
@ -7426,7 +7425,7 @@ for i in range(nres):
the <span class="application">Qt Webkit</span> the <span class="application">Qt Webkit</span>
module, <span class="application">Recoll</span> has module, <span class="application">Recoll</span> has
a configuration option to disable its use (see a configuration option to disable its use (see
further).</p> further in the configuration section).</p>
</li> </li>
<li class="listitem"> <li class="listitem">
<p>Development files for <span class= <p>Development files for <span class=

View File

@ -5716,25 +5716,19 @@ for i in range(nres):
<sect2 id="RCL.INSTALL.BUILDING.PREREQS"> <sect2 id="RCL.INSTALL.BUILDING.PREREQS">
<title>Prerequisites</title> <title>Prerequisites</title>
<para>If you can install any or all of the following through <para>The following prerequisites are described in broad terms and
the package manager for your system, all the not as specific package names (which will depend on the exact
better. Especially <application>Qt</application> is a very platform). The dependancies should be available as packages on most
big piece of software, but you will most probably be able to common Unix derivatives, and it should be quite uncommon that you
find a binary package.</para> would have to build one of them.</para>
<para>If you are building for an exotic or older system, it may
be useful to note that functional improvements in &RCL;
have been relatively marginal in recent versions,
and that you may make your life easier by using an older
release, without losing major function.</para>
<para>The shopping list:</para> <para>The shopping list:</para>
<itemizedlist> <itemizedlist>
<listitem><para>The <literal>autoconf</literal>, <listitem><para>The <command>autoconf</command>,
<literal>automake</literal> and <literal>libtool</literal> <command>automake</command> and <command>libtool</command>
triad. Only <literal>autoconf</literal> is needed before &RCL; triad. Only <command>autoconf</command> is needed for &RCL;
and including 1.21.</para></listitem> 1.21 and earlier.</para></listitem>
<listitem><para>C++ compiler. Recent versions require C++11 <listitem><para>C++ compiler. Recent versions require C++11
compatibility (1.23 and later).</para> compatibility (1.23 and later).</para>
@ -5745,11 +5739,9 @@ for i in range(nres):
</listitem> </listitem>
<listitem><para><command>xsltproc</command> command. For building <listitem><para><command>xsltproc</command> command. For building
the documentation (for &RCL; 1.21 the documentation (for &RCL; 1.21 and later). This sometimes
and later). This sometimes comes with the comes with the <application>libxslt</application> package. And
<literal>libxslt</literal> package. And also the Docbook XML and also the Docbook XML and style sheet files.</para> </listitem>
style sheet files.</para>
</listitem>
<listitem><para>Development files <listitem><para>Development files
@ -5772,7 +5764,8 @@ for i in range(nres):
was the last version to support <application>Qt 3</application>. was the last version to support <application>Qt 3</application>.
If you do not want to install or build the If you do not want to install or build the
<application>Qt Webkit</application> module, &RCL; <application>Qt Webkit</application> module, &RCL;
has a configuration option to disable its use (see further). has a configuration option to disable its use (see further in
the configuration section).
</para> </para>
</listitem> </listitem>