Add some notes about using DESTDIR installation to gtk3, gdk-pixbuf and pango pages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10329 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2012-06-15 11:54:10 +00:00
parent 77b4c621b9
commit 2ffe965a45
4 changed files with 40 additions and 6 deletions

View File

@ -129,6 +129,17 @@ make</userinput></screen>
</para>
<screen role="root"><userinput>make install</userinput></screen>
<note>
<para>
If you installed the package on to your system using a
<quote>DESTDIR</quote> method then important file was not installed and
must be copied and/or generated. Generate it using the following
command as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
</note>
</sect2>
<sect2 role="commands">

View File

@ -145,13 +145,12 @@ install -v -m644 docs/*.txt /usr/share/doc/gtk+-&gtk2-version;</userinput></scre
<note>
<para>
If you installed the package on to your system using a
<quote>DESTDIR</quote> method two important files were not installed and
must be copied and/or generated. Generate them using the following
commands as the <systemitem class="username">root</systemitem> user:
<quote>DESTDIR</quote> method then important file was not installed and
must be copied and/or generated. Generate it using the following
command as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders &amp;&amp;
gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules</userinput></screen>
<screen role="root"><userinput>gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules</userinput></screen>
</note>
</sect2>

View File

@ -136,6 +136,17 @@ make check</userinput></screen>
</para>
<screen role="root"><userinput>make install</userinput></screen>
<note>
<para>
If you installed the package on to your system using a
<quote>DESTDIR</quote> method then important file was not installed and
must be copied and/or generated. Generate it using the following
command as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>gtk-query-immodules-3.0 --update-cache</userinput></screen>
</note>
</sect2>
<sect2 role="commands">
@ -151,6 +162,7 @@ make check</userinput></screen>
<command>rm tests/a11y/pickers.ui</command>: This prevents two tests
being run as they are known to fail.
</para>
</sect2>
<sect2 role="configuration">

View File

@ -114,6 +114,17 @@ make</userinput></screen>
</para>
<screen role="root"><userinput>make install</userinput></screen>
<note>
<para>
If you installed the package on to your system using a
<quote>DESTDIR</quote> method then important file was not installed and
must be copied and/or generated. Generate it using the following
command as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>pango-querymodules > /etc/pango/pango.modules</userinput></screen>
</note>
</sect2>
<sect2 role="commands">
@ -121,6 +132,7 @@ make</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="configuration">