git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20417 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2018-08-27 22:41:22 +00:00
parent 7c2e7ef457
commit cd3335adda
10 changed files with 23 additions and 16 deletions

View File

@ -37,7 +37,7 @@
network addresses on private networks.
</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -32,7 +32,7 @@
<para><application>Alpine</application> is a text-based email client
developed by the University of Washington.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>

View File

@ -34,7 +34,7 @@
forwards it to the local (client) machine's delivery system, so it can then be
read by normal mail user agents.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>

View File

@ -33,7 +33,7 @@
Agent. This is useful for reading, writing, replying to, saving, and
deleting your email.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>

View File

@ -34,7 +34,7 @@
Protocol. It is intended to replace or supplement the stock
<command>ftp</command> program.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -41,7 +41,7 @@
Transport Agent written by the University of Cambridge, released
under the GNU Public License.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -33,7 +33,7 @@
and highly configurable FTP daemon. This is useful for serving large
file archives over a network.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -34,7 +34,7 @@
secure and very small FTP daemon. This is useful for serving files
over a network.</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -37,7 +37,7 @@
users. Its principles are simplicity and standards compliance.
</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">

View File

@ -7,9 +7,9 @@
<!ENTITY falkon-download-http "https://download.kde.org/stable/falkon/&falkon-version;/falkon-&falkon-version;.tar.xz">
<!ENTITY falkon-download-ftp " ">
<!ENTITY falkon-md5sum "c6fb6433ac0f228667e2f763c02317c5">
<!ENTITY falkon-size "2.2 MB">
<!ENTITY falkon-buildsize "147 MB">
<!ENTITY falkon-time "3.4 SBU">
<!ENTITY falkon-size "2.1 MB">
<!ENTITY falkon-buildsize "113 MB">
<!ENTITY falkon-time "1.2 SBU (Using parallelism=4)">
]>
<sect1 id="falkon" xreflabel="falkon-&falkon-version;">
@ -42,7 +42,7 @@
<command>hellopython.py</command> script).
</para>
&lfs82_checked;
&lfs83_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -105,7 +105,7 @@
<sect2 role="installation">
<title>Installation of falkon</title>
<!--
<para>
To set the prefix to match KDE (if that has been installed), or
else to install in <filename class="directory">/usr</filename>
@ -114,7 +114,7 @@
<screen><userinput>test -n "${KF5_PREFIX}" &amp;&amp; export FALKON_PREFIX=${KF5_PREFIX} ||
export FALKON_PREFIX=/usr</userinput></screen>
-->
<para>
Install <application>falkon</application> by running the following
commands:
@ -139,7 +139,14 @@
Now build the program:
</para>
<screen><userinput>./configure --prefix=$FALKON_PREFIX --disable-static &amp;&amp;
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
.. &amp;&amp;
make</userinput></screen>
<para>