mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Minor updates and fixes to various package instructions as suggested by David Jensen
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6237 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f2bb5a0876
commit
92dec691aa
@ -114,6 +114,24 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring gedit</title>
|
||||
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<para>There is no way in the preferences to change the color of
|
||||
highlighted (such as when you search for text and it is found) text.
|
||||
If you wish to change the color, issue the following command as the
|
||||
<systemitem class="username">root</systemitem> user (substitute your
|
||||
color of choice):</para>
|
||||
|
||||
<screen role="root"><userinput>sed -i 's/FFFF78/<replaceable><some-color-you-like></replaceable>/' gedit/gedit-document.c</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -91,8 +91,7 @@ make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install &&
|
||||
gst-register</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -66,7 +66,8 @@
|
||||
<xref linkend="libao"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="flac"/> and <xref linkend="speex"/></para>
|
||||
<para role="optional"><xref linkend="flac"/> and
|
||||
<xref linkend="speex"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/vorbistools"/></para>
|
||||
@ -88,6 +89,14 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--enable-vcut</parameter>: This parameter is used so that
|
||||
the <command>vcut</command> program is built, as it is not by
|
||||
default.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -214,4 +223,3 @@ make</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -119,6 +119,11 @@ make</userinput></screen>
|
||||
Passing the environment variable to <command>configure</command> satisfies
|
||||
this dependency.</para>
|
||||
|
||||
<para><option>--enable-sse</option>: This option is off by default and
|
||||
should be set on if your machine has SSE capability. One way to find out if
|
||||
you have SSE is to issue <command>cat /proc/cpuinfo</command> and see if
|
||||
<computeroutput>sse</computeroutput> is listed in the flags.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user