mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Typo and format corrections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13111 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
dc83022eb3
commit
c612fc3c86
@ -89,13 +89,19 @@ xreflabel="shared-mime-info-&shared-mime-info-version;">
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Shared Mime Info</title>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
This package does not support parallel build.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
Install <application>Shared Mime Info</application> by running the
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
make -j1</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
|
@ -112,7 +112,7 @@ make</userinput></screen>
|
||||
<para>Now re-install as the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -97,6 +97,11 @@ make</userinput></screen>
|
||||
mkdir -pv /usr/share/doc/haveged-&haveged-version; &&
|
||||
cp -v README /usr/share/doc/haveged-&haveged-version;</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring haveged</title>
|
||||
|
||||
<sect3 id="haveged-init">
|
||||
<title>Boot Script</title>
|
||||
|
||||
|
@ -187,7 +187,7 @@ EOF</userinput></screen>
|
||||
<para>For convenience you may want to create a symbolic link to run
|
||||
<command>qemu-system-x86_64</command>:</para>
|
||||
|
||||
<screen><userinput>ln -sv qemu-system-x86_64 /usr/bin/qemu</userinput></screen>
|
||||
<screen role="root"><userinput>ln -sv qemu-system-x86_64 /usr/bin/qemu</userinput></screen>
|
||||
</note>
|
||||
|
||||
</sect2>
|
||||
|
@ -65,10 +65,14 @@
|
||||
<xref linkend="openldap"/> (client)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommanded</bridgehead>
|
||||
<para role="recommanded">
|
||||
<xref linkend="openssl"/> and
|
||||
<xref linkend="cyrus-sasl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="openssl"/>,
|
||||
<xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="procmail"/>,
|
||||
<ulink url="http://www.feep.net/nph/">nph</ulink>, and
|
||||
<xref linkend="gs"/> (for creating PDF documentation)
|
||||
@ -101,7 +105,7 @@ install -v -m700 -d /var/spool/mqueue</userinput></screen>
|
||||
|
||||
<screen><userinput>cat >> devtools/Site/site.config.m4 << "EOF"
|
||||
<literal>APPENDDEF(`confENVDEF',`-DSTARTTLS -DSASL -DLDAPMAP')
|
||||
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llberi -ldb')
|
||||
APPENDDEF(`confLIBS', `-lssl -lcrypto -lsasl2 -lldap -llber -ldb')
|
||||
APPENDDEF(`confINCDIRS', `-I/usr/include/sasl')</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
@ -154,8 +154,13 @@ autoconf &&
|
||||
--disable-debug \
|
||||
--disable-slapd &&
|
||||
make depend &&
|
||||
make &&
|
||||
make install</userinput></screen>
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
Then, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</note>
|
||||
|
||||
@ -208,7 +213,7 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install &&
|
||||
|
||||
chmod -v 700 /var/lib/openldap &&
|
||||
chown -v -R ldap:ldap /var/lib/openldap &&
|
||||
chown -v -R root:ldap /var/lib/openldap &&
|
||||
chmod -v 640 /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example} &&
|
||||
chown -v root:ldap /etc/openldap/{slapd.{conf,ldif},DB_CONFIG.example} &&
|
||||
install -v -dm700 -o ldap -g ldap /etc/openldap/slapd.d &&
|
||||
|
@ -236,7 +236,7 @@ find /usr/lib/lib{qgsttools_p,Qt5*}.prl -exec sed -i -r \
|
||||
<bridgehead renderas="sect3">Method 2: Installing in /opt/qt-&qt5-version;</bridgehead>
|
||||
|
||||
<para>
|
||||
This section provides for installing Qt4 almost all of the files in the
|
||||
This section provides instructions for installing Qt5 in the
|
||||
<filename class="directory">/opt</filename> directory.
|
||||
</para>
|
||||
|
||||
|
@ -131,9 +131,9 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/parse-param/ a%lex-param {YYLEX_PARAM}' \
|
||||
Source/ThirdParty/ANGLE/src/compiler/glslang.y</userinput> &&
|
||||
<userinput>patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &&
|
||||
./configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &&
|
||||
Source/ThirdParty/ANGLE/src/compiler/glslang.y &&
|
||||
patch -Np1 -i ../webkitgtk-&webkitgtk-version;-fix_librt_linking-1.patch &&
|
||||
./configure --prefix=/usr --with-gtk=2.0 --disable-webkit2 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user