mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20417 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7c2e7ef457
commit
cd3335adda
@ -37,7 +37,7 @@
|
||||
network addresses on private networks.
|
||||
</para>
|
||||
|
||||
&lfs82_checked;
|
||||
&lfs83_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -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'>
|
||||
|
@ -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'>
|
||||
|
@ -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'>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
@ -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}" && 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 &&
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_TESTING=OFF \
|
||||
.. &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user