mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
more tags and wording nits in Cdrdao
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4652 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
cedbed6cc1
commit
537bf62168
@ -55,7 +55,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Cdrdao Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3"><application>Cdrdao</application> Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para><xref linkend="libao"/>,
|
||||
@ -65,23 +65,23 @@
|
||||
<command>toc2mp3</command>)</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required to Build the
|
||||
<application>gcdmaster</application> Program)</bridgehead>
|
||||
<command>gcdmaster</command> Program)</bridgehead>
|
||||
|
||||
<para><emphasis>Note: all the following packages must be built in
|
||||
the order listed.</emphasis></para>
|
||||
|
||||
<note>
|
||||
<para>Recent changes in <application>pkgconfig</application> may cause
|
||||
linking errors in <application>gtkmm</application> applications. After
|
||||
installing <application>gtkmm</application>-2.6.3, issue this command
|
||||
as the <systemitem class="username">root</systemitem> user:</para>
|
||||
<para>Recent changes in <application>Pkgconfig</application> may cause
|
||||
linking errors in <application>gtkmm</application> applications. After
|
||||
installing <application>gtkmm</application>-2.6.3, issue this command
|
||||
as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><literal>sed -i.bak \
|
||||
<screen role="root"><userinput>sed -i.bak \
|
||||
's:-lgtkmm-2.4:& -lgdkmm-2.4 -lpangomm-1.4 -latkmm-1.6:' \
|
||||
/usr/lib/pkgconfig/gtkmm-2.4.pc</literal></screen>
|
||||
/usr/lib/pkgconfig/gtkmm-2.4.pc</userinput></screen>
|
||||
|
||||
<para>A backup (<filename class='extension'>.bak</filename>) is created,
|
||||
you can revert if desired.</para>
|
||||
<para>A backup (<filename class='extension'>.bak</filename>) is created,
|
||||
you can revert if desired.</para>
|
||||
</note>
|
||||
|
||||
|
||||
@ -99,12 +99,12 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Cdrdao</title>
|
||||
<title>Installation of <application>Cdrdao</application></title>
|
||||
|
||||
<para>Install <application>Cdrdao</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<para>For mp3 support in the <application>gcdmaster</application> program,
|
||||
<para>For MP3 support in the <command>gcdmaster</command> program,
|
||||
you will need a temporary <filename>mad.pc</filename>. If desired, it can
|
||||
be deleted after the build.</para>
|
||||
|
||||
@ -124,7 +124,7 @@ Libs: -L${libdir} -lmad
|
||||
Cflags: -I${includedir}</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>And, as the unprivileged user:</para>
|
||||
<para>And, as an unprivileged user:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user